diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 06:33:35 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 06:33:35 +0000 |
commit | bd733f9943bee81443be6de5858ce6ea4e8cfd8c (patch) | |
tree | f7e2cb9db139978a956fc9cea6b7ddcb1b90342e /net-p2p/gtorrentviewer | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-bd733f9943bee81443be6de5858ce6ea4e8cfd8c.tar.gz historical-bd733f9943bee81443be6de5858ce6ea4e8cfd8c.tar.bz2 historical-bd733f9943bee81443be6de5858ce6ea4e8cfd8c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'net-p2p/gtorrentviewer')
-rw-r--r-- | net-p2p/gtorrentviewer/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/gtorrentviewer/ChangeLog b/net-p2p/gtorrentviewer/ChangeLog index 106af247ea6c..44d98e7f2627 100644 --- a/net-p2p/gtorrentviewer/ChangeLog +++ b/net-p2p/gtorrentviewer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gtorrentviewer -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.13 2011/07/25 10:38:00 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.14 2012/05/04 06:33:34 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gtorrentviewer-0.2b.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Jul 2011; Christoph Mende <angelos@gentoo.org> gtorrentviewer-0.2b.ebuild, +files/gtorrentviewer-0.2b-curl-headers.patch: diff --git a/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild b/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild index e92860fe1201..4f8635f78331 100644 --- a/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild +++ b/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.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-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild,v 1.8 2011/07/25 10:38:00 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild,v 1.9 2012/05/04 06:33:34 jdhore Exp $ EAPI=2 @@ -22,7 +22,7 @@ RDEPEND="net-misc/curl >=x11-libs/gtk+-2.4:2 >=dev-libs/glib-2.4:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" DOCS="AUTHORS ChangeLog INSTALL NEWS README" |