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/loudmouth | |
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/loudmouth')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index b52bd5e93dba..9e5261597502 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/loudmouth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.107 2012/04/20 18:27:38 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.108 2012/05/05 02:54:31 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> loudmouth-1.4.3-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 20 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org> loudmouth-1.4.3-r2.ebuild: diff --git a/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild b/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild index 50b68e211efc..311d760be114 100644 --- a/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild +++ b/net-libs/loudmouth/loudmouth-1.4.3-r2.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/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.10 2012/04/20 18:27:38 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.11 2012/05/05 02:54:31 jdhore Exp $ EAPI="4" GNOME_TARBALL_SUFFIX="bz2" @@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/glib-2.4 DEPEND="${RDEPEND} test? ( dev-libs/check ) - dev-util/pkgconfig + virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1 ) >=dev-util/gtk-doc-am-1" |