diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 02:54:31 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 02:54:31 +0000 |
commit | 2e5b34badcace9b42d9ec97b96e608b210241fd6 (patch) | |
tree | 99f00ae16412bb5c6e65098112fca9b88b6a62a7 /net-libs/liboauth | |
parent | Security bump bug #414603 (diff) | |
download | gentoo-2-2e5b34badcace9b42d9ec97b96e608b210241fd6.tar.gz gentoo-2-2e5b34badcace9b42d9ec97b96e608b210241fd6.tar.bz2 gentoo-2-2e5b34badcace9b42d9ec97b96e608b210241fd6.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'net-libs/liboauth')
-rw-r--r-- | net-libs/liboauth/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/liboauth/liboauth-0.9.5.ebuild | 6 | ||||
-rw-r--r-- | net-libs/liboauth/liboauth-0.9.6.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-libs/liboauth/ChangeLog b/net-libs/liboauth/ChangeLog index 6120c92371f0..294320212e27 100644 --- a/net-libs/liboauth/ChangeLog +++ b/net-libs/liboauth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/liboauth -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.11 2011/12/13 17:28:51 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.12 2012/05/05 02:54:24 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> liboauth-0.9.5.ebuild, + liboauth-0.9.6.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *liboauth-0.9.6 (13 Dec 2011) diff --git a/net-libs/liboauth/liboauth-0.9.5.ebuild b/net-libs/liboauth/liboauth-0.9.5.ebuild index 74b7ed2660f5..8a1b7818b9eb 100644 --- a/net-libs/liboauth/liboauth-0.9.5.ebuild +++ b/net-libs/liboauth/liboauth-0.9.5.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/net-libs/liboauth/liboauth-0.9.5.ebuild,v 1.1 2011/11/20 14:00:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.9.5.ebuild,v 1.2 2012/05/05 02:54:24 jdhore Exp $ EAPI=4 @@ -36,7 +36,7 @@ DEPEND="${CDEPEND} media-gfx/graphviz media-fonts/freefont-ttf ) - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { local myconf= diff --git a/net-libs/liboauth/liboauth-0.9.6.ebuild b/net-libs/liboauth/liboauth-0.9.6.ebuild index 25e1f777c134..90fa74a4ad4c 100644 --- a/net-libs/liboauth/liboauth-0.9.6.ebuild +++ b/net-libs/liboauth/liboauth-0.9.6.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/net-libs/liboauth/liboauth-0.9.6.ebuild,v 1.1 2011/12/13 17:28:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.9.6.ebuild,v 1.2 2012/05/05 02:54:24 jdhore Exp $ EAPI=4 @@ -36,7 +36,7 @@ DEPEND="${CDEPEND} media-gfx/graphviz media-fonts/freefont-ttf ) - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { local myconf= |