diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-01-23 15:55:50 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-01-23 15:55:50 +0000 |
commit | 21f28260867c2c441f0c7aa1be2658153b490540 (patch) | |
tree | 31a595ce437915177825d4ac27aaa0e8c4181b27 /sys-auth | |
parent | Re-add ~ia64 wrt #204484 (diff) | |
download | gentoo-2-21f28260867c2c441f0c7aa1be2658153b490540.tar.gz gentoo-2-21f28260867c2c441f0c7aa1be2658153b490540.tar.bz2 gentoo-2-21f28260867c2c441f0c7aa1be2658153b490540.zip |
Add ~amd64, bug 206405
(Portage version: 2.1.4)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_skey/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_skey/pam_skey-1.1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_skey/ChangeLog b/sys-auth/pam_skey/ChangeLog index c3d1d4639132..8e618209c17a 100644 --- a/sys-auth/pam_skey/ChangeLog +++ b/sys-auth/pam_skey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_skey # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/ChangeLog,v 1.3 2008/01/17 16:53:25 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/ChangeLog,v 1.4 2008/01/23 15:55:50 beandog Exp $ + + 23 Jan 2008; Steve Dibb <beandog@gentoo.org> pam_skey-1.1.5.ebuild: + Add ~amd64, bug 206405 *pam_skey-1.1.5 (17 Jan 2008) diff --git a/sys-auth/pam_skey/pam_skey-1.1.5.ebuild b/sys-auth/pam_skey/pam_skey-1.1.5.ebuild index 0052c1fce606..25e1a6ce2f6f 100644 --- a/sys-auth/pam_skey/pam_skey-1.1.5.ebuild +++ b/sys-auth/pam_skey/pam_skey-1.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/pam_skey-1.1.5.ebuild,v 1.2 2008/01/17 16:53:25 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/pam_skey-1.1.5.ebuild,v 1.3 2008/01/23 15:55:50 beandog Exp $ inherit eutils pam autotools multilib @@ -11,7 +11,7 @@ SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=sys-libs/pam-0.78-r3 |