diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 02:33:21 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 02:33:21 +0000 |
commit | 074c38e6e6a5ec66ee6967bf3cdcf488a0c7ccf2 (patch) | |
tree | bb9ba0bb301d7487d6537e946bd7713742d407a1 /dev-db/libdbi | |
parent | add USE=cxx to control gold usage (diff) | |
download | gentoo-2-074c38e6e6a5ec66ee6967bf3cdcf488a0c7ccf2.tar.gz gentoo-2-074c38e6e6a5ec66ee6967bf3cdcf488a0c7ccf2.tar.bz2 gentoo-2-074c38e6e6a5ec66ee6967bf3cdcf488a0c7ccf2.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-db/libdbi')
-rw-r--r-- | dev-db/libdbi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/libdbi/libdbi-0.8.3.ebuild | 4 | ||||
-rw-r--r-- | dev-db/libdbi/libdbi-0.8.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/libdbi/ChangeLog b/dev-db/libdbi/ChangeLog index 3796a4165697..b1dcdfe1f913 100644 --- a/dev-db/libdbi/ChangeLog +++ b/dev-db/libdbi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/libdbi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.42 2012/04/25 16:21:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.43 2012/05/03 02:33:10 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> libdbi-0.8.3.ebuild, + libdbi-0.8.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Apr 2012; Justin Lecher <jlec@gentoo.org> libdbi-0.8.1.ebuild, libdbi-0.8.3.ebuild, libdbi-0.8.4.ebuild: diff --git a/dev-db/libdbi/libdbi-0.8.3.ebuild b/dev-db/libdbi/libdbi-0.8.3.ebuild index 3266ae9109b4..48660dd93eee 100644 --- a/dev-db/libdbi/libdbi-0.8.3.ebuild +++ b/dev-db/libdbi/libdbi-0.8.3.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/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.20 2012/04/25 16:21:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.21 2012/05/03 02:33:10 jdhore Exp $ inherit eutils autotools multilib @@ -10,7 +10,7 @@ HOMEPAGE="http://libdbi.sourceforge.net/" LICENSE="LGPL-2.1" RDEPEND="" DEPEND=">=sys-apps/sed-4 - dev-util/pkgconfig + virtual/pkgconfig doc? ( app-text/openjade ) ${RDEPEND}" PDEPEND=">=dev-db/libdbi-drivers-0.8.3" diff --git a/dev-db/libdbi/libdbi-0.8.4.ebuild b/dev-db/libdbi/libdbi-0.8.4.ebuild index b27795967d92..70f747cd68ff 100644 --- a/dev-db/libdbi/libdbi-0.8.4.ebuild +++ b/dev-db/libdbi/libdbi-0.8.4.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/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.2 2012/04/25 16:21:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.3 2012/05/03 02:33:10 jdhore Exp $ EAPI=4 @@ -12,7 +12,7 @@ HOMEPAGE="http://libdbi.sourceforge.net/" LICENSE="LGPL-2.1" RDEPEND="" DEPEND=">=sys-apps/sed-4 - dev-util/pkgconfig + virtual/pkgconfig doc? ( app-text/openjade ) ${RDEPEND}" PDEPEND=">=dev-db/libdbi-drivers-0.8.3" # On purpose, libdbi-drivers 0.8.4 does not exist |