diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-30 10:03:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-30 10:03:14 +0000 |
commit | 3b4848372b57eb58a8c7d26d61f6acf00e86837d (patch) | |
tree | 2881c7b6a848d8a2795b66e94b6515c40f14e362 /net-misc/putty | |
parent | Stable for x86, wrt bug #525142 (diff) | |
download | gentoo-2-3b4848372b57eb58a8c7d26d61f6acf00e86837d.tar.gz gentoo-2-3b4848372b57eb58a8c7d26d61f6acf00e86837d.tar.bz2 gentoo-2-3b4848372b57eb58a8c7d26d61f6acf00e86837d.zip |
Stable for x86, wrt bug #525322
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/putty/putty-0.63_p20141002.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index a9917bcf9537..0768a72fec69 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.99 2014/10/29 11:55:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.100 2014/10/30 10:03:14 ago Exp $ + + 30 Oct 2014; Agostino Sarubbo <ago@gentoo.org> putty-0.63_p20141002.ebuild: + Stable for x86, wrt bug #525322 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> putty-0.63_p20141002.ebuild: Stable for amd64, wrt bug #525322 diff --git a/net-misc/putty/putty-0.63_p20141002.ebuild b/net-misc/putty/putty-0.63_p20141002.ebuild index 90e125d4acaf..ab512f7cdf68 100644 --- a/net-misc/putty/putty-0.63_p20141002.ebuild +++ b/net-misc/putty/putty-0.63_p20141002.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.63_p20141002.ebuild,v 1.3 2014/10/29 11:55:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.63_p20141002.ebuild,v 1.4 2014/10/30 10:03:14 ago Exp $ EAPI=5 inherit autotools eutils gnome2-utils toolchain-funcs @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ppc ~sparc x86" IUSE="doc +gtk ipv6 kerberos" S=${WORKDIR}/${P/_p*/}-2014-10-02 |