diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 03:07:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 03:07:45 +0000 |
commit | aeb6ce1301344a29009a0f5e41af6eb62672c941 (patch) | |
tree | 3386eb93650de5ad43472be83e8df66e514ce2c1 /sys-apps/man-db | |
parent | Inherit flag-o-matic for append-ldflags, and use that rather than append-flags. (diff) | |
download | gentoo-2-aeb6ce1301344a29009a0f5e41af6eb62672c941.tar.gz gentoo-2-aeb6ce1301344a29009a0f5e41af6eb62672c941.tar.bz2 gentoo-2-aeb6ce1301344a29009a0f5e41af6eb62672c941.zip |
Inherit user for enewuser/etc...
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/man-db')
-rw-r--r-- | sys-apps/man-db/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/man-db/man-db-2.6.0.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/man-db/man-db-2.6.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/man-db/ChangeLog b/sys-apps/man-db/ChangeLog index 331517697e62..10526be0da7b 100644 --- a/sys-apps/man-db/ChangeLog +++ b/sys-apps/man-db/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/man-db # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.28 2012/05/04 09:17:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.29 2012/05/24 03:07:45 vapier Exp $ + + 24 May 2012; Mike Frysinger <vapier@gentoo.org> man-db-2.6.0.2.ebuild, + man-db-2.6.1.ebuild: + Inherit user for enewuser/etc... 04 May 2012; Jeff Horelick <jdhore@gentoo.org> man-db-2.6.0.2.ebuild, man-db-2.6.1.ebuild: diff --git a/sys-apps/man-db/man-db-2.6.0.2.ebuild b/sys-apps/man-db/man-db-2.6.0.2.ebuild index d76ef386851e..4847166b2d4b 100644 --- a/sys-apps/man-db/man-db-2.6.0.2.ebuild +++ b/sys-apps/man-db/man-db-2.6.0.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild,v 1.11 2012/05/04 09:17:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild,v 1.12 2012/05/24 03:07:45 vapier Exp $ EAPI="2" -inherit eutils +inherit eutils user DESCRIPTION="a man replacement that utilizes berkdb instead of flat files" HOMEPAGE="http://www.nongnu.org/man-db/" diff --git a/sys-apps/man-db/man-db-2.6.1.ebuild b/sys-apps/man-db/man-db-2.6.1.ebuild index da5ae6e4eaeb..a4b9253afaf1 100644 --- a/sys-apps/man-db/man-db-2.6.1.ebuild +++ b/sys-apps/man-db/man-db-2.6.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild,v 1.2 2012/05/04 09:17:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild,v 1.3 2012/05/24 03:07:45 vapier Exp $ EAPI="4" -inherit eutils +inherit eutils user DESCRIPTION="a man replacement that utilizes berkdb instead of flat files" HOMEPAGE="http://www.nongnu.org/man-db/" |