diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-12-09 06:47:36 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-12-09 06:47:36 +0000 |
commit | cc6bd995c01a6ae5282e91efe6d404da5df47446 (patch) | |
tree | 109a75d220f4a90230c699bd59c966ac35c68ec1 /sys-libs/pam/pam-0.77.ebuild | |
parent | update 0.77 selinux patch (diff) | |
download | gentoo-2-cc6bd995c01a6ae5282e91efe6d404da5df47446.tar.gz gentoo-2-cc6bd995c01a6ae5282e91efe6d404da5df47446.tar.bz2 gentoo-2-cc6bd995c01a6ae5282e91efe6d404da5df47446.zip |
add missing selinux in IUSE
Diffstat (limited to 'sys-libs/pam/pam-0.77.ebuild')
-rw-r--r-- | sys-libs/pam/pam-0.77.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/pam/pam-0.77.ebuild b/sys-libs/pam/pam-0.77.ebuild index dc6430b61561..2b3129b3af01 100644 --- a/sys-libs/pam/pam-0.77.ebuild +++ b/sys-libs/pam/pam-0.77.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77.ebuild,v 1.5 2003/12/09 06:21:04 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.77.ebuild,v 1.6 2003/12/09 06:47:33 pebenito Exp $ PATCH_LEVEL="1.1" BDB_VER="4.1.25" @@ -50,7 +50,7 @@ LICENSE="PAM" #KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~ia64" KEYWORDS="-*" SLOT="0" -IUSE="berkdb pwdb" +IUSE="berkdb pwdb selinux" apply_pam_patches() { local x= |