diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-31 03:47:44 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-31 03:47:44 +0000 |
commit | dee219dbec70e63ca1fc77aa86fa0f5c3bad4f41 (patch) | |
tree | ac6f7007006e7bc12f5cc536e534c8a6ddc0224a /sys-auth | |
parent | Removed passwdqc + added ssh to pambase use masks. (diff) | |
download | gentoo-2-dee219dbec70e63ca1fc77aa86fa0f5c3bad4f41.tar.gz gentoo-2-dee219dbec70e63ca1fc77aa86fa0f5c3bad4f41.tar.bz2 gentoo-2-dee219dbec70e63ca1fc77aa86fa0f5c3bad4f41.zip |
Keyworded ~x86-fbsd, re bugs 232669 and 232691.
(Portage version: 2.2_rc5/cvs/FreeBSD 7.0-RELEASE i386)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pambase/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pambase/pambase-20080730.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pambase/ChangeLog b/sys-auth/pambase/ChangeLog index 73df4a155d86..54bb71fd8c05 100644 --- a/sys-auth/pambase/ChangeLog +++ b/sys-auth/pambase/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pambase # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.45 2008/07/30 11:22:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.46 2008/07/31 03:47:44 the_paya Exp $ + + 31 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> + pambase-20080730.ebuild: + Keyworded ~x86-fbsd. *pambase-20080730 (30 Jul 2008) diff --git a/sys-auth/pambase/pambase-20080730.ebuild b/sys-auth/pambase/pambase-20080730.ebuild index bc786520950f..66ea6acb2033 100644 --- a/sys-auth/pambase/pambase-20080730.ebuild +++ b/sys-auth/pambase/pambase-20080730.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/pambase/pambase-20080730.ebuild,v 1.1 2008/07/30 11:22:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20080730.ebuild,v 1.2 2008/07/31 03:47:44 the_paya Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="debug cracklib passwdqc consolekit gnome-keyring selinux mktemp ssh" RESTRICT="binchecks" |