diff options
author | 2012-02-03 21:33:44 +0000 | |
---|---|---|
committer | 2012-02-03 21:33:44 +0000 | |
commit | 5c943f8be70557a426d74edf6592e27651101558 (patch) | |
tree | 7605ad90a73b44e5760f8de8eab549a86abf1041 /sys-auth/skey | |
parent | Marking dxpc-3.9.2-r1 ppc for bug 397263 (diff) | |
download | gentoo-2-5c943f8be70557a426d74edf6592e27651101558.tar.gz gentoo-2-5c943f8be70557a426d74edf6592e27651101558.tar.bz2 gentoo-2-5c943f8be70557a426d74edf6592e27651101558.zip |
Stable on amd64 wrt bug #402041
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/skey')
-rw-r--r-- | sys-auth/skey/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/skey/skey-1.1.5-r8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/skey/ChangeLog b/sys-auth/skey/ChangeLog index c81a9019b8a3..bf4323f9d505 100644 --- a/sys-auth/skey/ChangeLog +++ b/sys-auth/skey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/skey # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.16 2012/01/05 18:47:48 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.17 2012/02/03 21:33:44 hwoarang Exp $ + + 03 Feb 2012; Markos Chandras <hwoarang@gentoo.org> skey-1.1.5-r8.ebuild: + Stable on amd64 wrt bug #402041 05 Jan 2012; Ulrich Mueller <ulm@gentoo.org> skey-1.1.5-r8.ebuild: New patchset with skeyinfo.c and skey.3 updated from newer NetBSD version. diff --git a/sys-auth/skey/skey-1.1.5-r8.ebuild b/sys-auth/skey/skey-1.1.5-r8.ebuild index cf86d931a84c..2e0ac8fddd86 100644 --- a/sys-auth/skey/skey-1.1.5-r8.ebuild +++ b/sys-auth/skey/skey-1.1.5-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.2 2012/01/05 18:47:48 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r8.ebuild,v 1.3 2012/02/03 21:33:44 hwoarang Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="static-libs" DEPEND="dev-lang/perl |