diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-08-10 11:23:46 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-08-10 11:23:46 +0000 |
commit | 178d5949663555211ba4eb031f75011ee311fcf8 (patch) | |
tree | f22924cdee2464933e27bac8fc549fe2e8205b79 /sys-auth | |
parent | Version bump (diff) | |
download | gentoo-2-178d5949663555211ba4eb031f75011ee311fcf8.tar.gz gentoo-2-178d5949663555211ba4eb031f75011ee311fcf8.tar.bz2 gentoo-2-178d5949663555211ba4eb031f75011ee311fcf8.zip |
Revision bump to add the portage-utils dependency (without this, Linux-PAM version is not properly calculated, and tally2 is not used).
(Portage version: 2.2_rc37/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pambase/ChangeLog | 9 | ||||
-rw-r--r-- | sys-auth/pambase/pambase-20090620.1-r1.ebuild (renamed from sys-auth/pambase/pambase-20090620.1.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-auth/pambase/ChangeLog b/sys-auth/pambase/ChangeLog index 90a97c9c4eb4..2bfdc772bc63 100644 --- a/sys-auth/pambase/ChangeLog +++ b/sys-auth/pambase/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-auth/pambase # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.69 2009/06/20 21:01:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.70 2009/08/10 11:23:46 flameeyes Exp $ + +*pambase-20090620.1-r1 (10 Aug 2009) + + 10 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org> + -pambase-20090620.1.ebuild, +pambase-20090620.1-r1.ebuild: + Revision bump to add the portage-utils dependency (without this, Linux-PAM + version is not properly calculated, and tally2 is not used). *pambase-20090620.1 (20 Jun 2009) diff --git a/sys-auth/pambase/pambase-20090620.1.ebuild b/sys-auth/pambase/pambase-20090620.1-r1.ebuild index c4e1865e0aaa..c257556abb7e 100644 --- a/sys-auth/pambase/pambase-20090620.1.ebuild +++ b/sys-auth/pambase/pambase-20090620.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20090620.1.ebuild,v 1.1 2009/06/20 21:01:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20090620.1-r1.ebuild,v 1.1 2009/08/10 11:23:46 flameeyes Exp $ EAPI=2 @@ -33,7 +33,7 @@ RDEPEND=" sha512? ( >=sys-libs/pam-1.0.1 ) !<sys-freebsd/freebsd-pam-modules-6.2-r1 !<sys-libs/pam-0.99.9.0-r1" -DEPEND="" +DEPEND="app-portage/portage-utils" src_compile() { local implementation= |