diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2006-10-30 17:07:20 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2006-10-30 17:07:20 +0000 |
commit | 0c302ab6855f296958f47ae563c3f8ba1987578b (patch) | |
tree | 8c0544918fcec456a52620cbf4b2d77ae6d08bfb /sys-auth/pam_console | |
parent | Moving glade-perl/gtk-perl to DEPEND *and* RDEPEND and closing bug #153275. (diff) | |
download | historical-0c302ab6855f296958f47ae563c3f8ba1987578b.tar.gz historical-0c302ab6855f296958f47ae563c3f8ba1987578b.tar.bz2 historical-0c302ab6855f296958f47ae563c3f8ba1987578b.zip |
keyword ~x86 as requested in bug #152713
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'sys-auth/pam_console')
-rw-r--r-- | sys-auth/pam_console/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_console/ChangeLog b/sys-auth/pam_console/ChangeLog index 286469da42ae..3716be86715d 100644 --- a/sys-auth/pam_console/ChangeLog +++ b/sys-auth/pam_console/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_console # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/ChangeLog,v 1.5 2006/10/30 11:09:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/ChangeLog,v 1.6 2006/10/30 17:07:20 opfer Exp $ + + 30 Oct 2006; Christian Faulhammer <opfer@gentoo.org> + pam_console-0.99.6.2.3.6.ebuild: + keyword ~x86 as requested in bug #152713 30 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> pam_console-0.99.6.2.3.6.ebuild: diff --git a/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild b/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild index a8b8386dd0dc..aaf34671ea7c 100644 --- a/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild +++ b/sys-auth/pam_console/pam_console-0.99.6.2.3.6.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_console/pam_console-0.99.6.2.3.6.ebuild,v 1.4 2006/10/30 11:09:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_console/pam_console-0.99.6.2.3.6.ebuild,v 1.5 2006/10/30 17:07:20 opfer Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -19,7 +19,7 @@ SRC_URI="mirror://fedora/development/source/SRPMS/pam-${MY_PV}.src.rpm" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-*" +KEYWORDS="-* ~x86" IUSE="" RDEPEND=">=sys-libs/pam-0.99" |