diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:35:57 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:35:57 +0000 |
commit | 588cba8e12bc29ac7920b41f170954a2aa12a9a7 (patch) | |
tree | 0e78601126eff12e930f2026e0a65ace639ffa61 /dev-libs/DFB++ | |
parent | 0.8.50 version bump. (diff) | |
download | gentoo-2-588cba8e12bc29ac7920b41f170954a2aa12a9a7.tar.gz gentoo-2-588cba8e12bc29ac7920b41f170954a2aa12a9a7.tar.bz2 gentoo-2-588cba8e12bc29ac7920b41f170954a2aa12a9a7.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-libs/DFB++')
-rw-r--r-- | dev-libs/DFB++/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/DFB++/DFB++-1.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/DFB++/ChangeLog b/dev-libs/DFB++/ChangeLog index 054b005f60f1..75841c46c1d0 100644 --- a/dev-libs/DFB++/ChangeLog +++ b/dev-libs/DFB++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/DFB++ -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.13 2009/04/12 03:47:17 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.14 2012/05/04 18:35:55 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> DFB++-1.2.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 12 Apr 2009; Michael Sterrett <mr_bones_@gentoo.org> -DFB++-0.9.23.ebuild, -DFB++-0.9.25.ebuild, -DFB++-1.0.0.ebuild: diff --git a/dev-libs/DFB++/DFB++-1.2.0.ebuild b/dev-libs/DFB++/DFB++-1.2.0.ebuild index 6a63539c54e4..565bea56f54d 100644 --- a/dev-libs/DFB++/DFB++-1.2.0.ebuild +++ b/dev-libs/DFB++/DFB++-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.4 2009/04/11 16:14:02 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.5 2012/05/04 18:35:55 jdhore Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="" RDEPEND=">=dev-libs/DirectFB-${PV}" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} |