diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 11:55:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 11:55:38 +0000 |
commit | 0d5b3c4ff5b6fe4372c2564a60b2125d1435931c (patch) | |
tree | 9026121208795a5b64c9c3d51ffad5ff7608ec25 | |
parent | Stable for amd64, wrt bug #525634 (diff) | |
download | gentoo-2-0d5b3c4ff5b6fe4372c2564a60b2125d1435931c.tar.gz gentoo-2-0d5b3c4ff5b6fe4372c2564a60b2125d1435931c.tar.bz2 gentoo-2-0d5b3c4ff5b6fe4372c2564a60b2125d1435931c.zip |
Stable for amd64, wrt bug #525322
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
-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 beff0001a362..a9917bcf9537 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.98 2014/10/17 19:57:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.99 2014/10/29 11:55:38 ago Exp $ + + 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> putty-0.63_p20141002.ebuild: + Stable for amd64, wrt bug #525322 17 Oct 2014; Jeroen Roovers <jer@gentoo.org> putty-0.63_p20141002.ebuild: Stable for HPPA (bug #525322). diff --git a/net-misc/putty/putty-0.63_p20141002.ebuild b/net-misc/putty/putty-0.63_p20141002.ebuild index 4482dd205f0d..90e125d4acaf 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.2 2014/10/17 19:57:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.63_p20141002.ebuild,v 1.3 2014/10/29 11:55:38 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 |