diff options
author | 2008-02-20 00:06:08 +0000 | |
---|---|---|
committer | 2008-02-20 00:06:08 +0000 | |
commit | 5bab458e541975e66bf06e911954f6a25a9af655 (patch) | |
tree | e162bfacbfb3219b5a11b0b544dcd9f989adbe46 /sys-auth | |
parent | Version bump. Fixes bug #210199. (diff) | |
download | gentoo-2-5bab458e541975e66bf06e911954f6a25a9af655.tar.gz gentoo-2-5bab458e541975e66bf06e911954f6a25a9af655.tar.bz2 gentoo-2-5bab458e541975e66bf06e911954f6a25a9af655.zip |
Explitly set DEPEND to empty.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pambase/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pambase/pambase-20080219.1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-auth/pambase/ChangeLog b/sys-auth/pambase/ChangeLog index fc7987848f1b..1f49b06f5d2c 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.3 2008/02/19 22:39:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.4 2008/02/20 00:06:08 flameeyes Exp $ + + 20 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> + pambase-20080219.1.ebuild: + Explitly set DEPEND to empty. *pambase-20080219.1 (19 Feb 2008) diff --git a/sys-auth/pambase/pambase-20080219.1.ebuild b/sys-auth/pambase/pambase-20080219.1.ebuild index ee3dbc16db74..ec017f0ffcb8 100644 --- a/sys-auth/pambase/pambase-20080219.1.ebuild +++ b/sys-auth/pambase/pambase-20080219.1.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-20080219.1.ebuild,v 1.1 2008/02/19 22:39:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20080219.1.ebuild,v 1.2 2008/02/20 00:06:08 flameeyes Exp $ inherit eutils @@ -24,6 +24,7 @@ RDEPEND=" selinux? ( >=sys-libs/pam-0.99 ) !<sys-freebsd/freebsd-pam-modules-6.2-r1 !<sys-libs/pam-0.99.9.0-r1" +DEPEND="" RESTRICT="binchecks" |