diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 09:17:30 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 09:17:30 +0000 |
commit | ff93067136c75612f2e8cdfe176e99a6d259149e (patch) | |
tree | 7ba4f995a672035136285fe918638c1c31ad6ef0 /sys-apps/man-db | |
parent | sci-libs/libcmatrix: Prefer atlas over blas-atlas (diff) | |
download | gentoo-2-ff93067136c75612f2e8cdfe176e99a6d259149e.tar.gz gentoo-2-ff93067136c75612f2e8cdfe176e99a6d259149e.tar.bz2 gentoo-2-ff93067136c75612f2e8cdfe176e99a6d259149e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
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 | 6 | ||||
-rw-r--r-- | sys-apps/man-db/man-db-2.6.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-apps/man-db/ChangeLog b/sys-apps/man-db/ChangeLog index 237142d48715..331517697e62 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.27 2012/03/23 08:23:12 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.28 2012/05/04 09:17:29 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> man-db-2.6.0.2.ebuild, + man-db-2.6.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Mar 2012; Tim Harder <radhermit@gentoo.org> -man-db-2.5.9.ebuild: Remove old. 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 ba3fbde27e7c..d76ef386851e 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,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.10 2011/12/01 17:03:25 vapier Exp $ +# $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 $ EAPI="2" @@ -23,7 +23,7 @@ RDEPEND="dev-libs/libpipeline zlib? ( sys-libs/zlib ) !sys-apps/man" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext )" pkg_setup() { 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 66ad6bf818f7..da5ae6e4eaeb 100644 --- a/sys-apps/man-db/man-db-2.6.1.ebuild +++ b/sys-apps/man-db/man-db-2.6.1.ebuild @@ -1,6 +1,6 @@ # 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.1 2012/03/23 08:18:42 radhermit Exp $ +# $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 $ EAPI="4" @@ -23,7 +23,7 @@ RDEPEND="dev-libs/libpipeline zlib? ( sys-libs/zlib ) !sys-apps/man" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext )" pkg_setup() { |