diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-23 23:56:38 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-23 23:56:38 +0000 |
commit | e6e5c8c6ce5ce9f300f44e9b9a59c7ca1927ca82 (patch) | |
tree | c8c90128c735f7aee6fcba6c6eb39fd5dc66f16b /sys-auth/pam_keyring | |
parent | fix libselinux glibc depend (diff) | |
download | gentoo-2-e6e5c8c6ce5ce9f300f44e9b9a59c7ca1927ca82.tar.gz gentoo-2-e6e5c8c6ce5ce9f300f44e9b9a59c7ca1927ca82.tar.bz2 gentoo-2-e6e5c8c6ce5ce9f300f44e9b9a59c7ca1927ca82.zip |
Added ~x86 keyword per request of Christian Schlotter <again at gmx.de>, bug #152402.
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'sys-auth/pam_keyring')
-rw-r--r-- | sys-auth/pam_keyring/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_keyring/ChangeLog b/sys-auth/pam_keyring/ChangeLog index 148e4cf311f0..cab20d9113e9 100644 --- a/sys-auth/pam_keyring/ChangeLog +++ b/sys-auth/pam_keyring/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_keyring # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_keyring/ChangeLog,v 1.2 2006/10/06 17:25:39 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_keyring/ChangeLog,v 1.3 2006/10/23 23:56:38 ticho Exp $ + + 23 Oct 2006; Andrej Kacian <ticho@gentoo.org> pam_keyring-0.0.8.ebuild: + Added ~x86 keyword per request of Christian Schlotter <again at gmx.de>, bug + #152402. *pam_keyring-0.0.8 (02 Oct 2006) diff --git a/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild b/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild index 2f12f3ad890d..d9b6476fbfd9 100644 --- a/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild +++ b/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild,v 1.2 2006/10/13 23:48:09 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild,v 1.3 2006/10/23 23:56:38 ticho Exp $ inherit multilib eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.hekanetworks.com/opensource/pam_keyring/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="sys-libs/pam |