diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:56:58 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 03:56:58 +0000 |
commit | 12af0db0787f052f5b06368e74be2d28a03b8219 (patch) | |
tree | 5e25a5fa226743548fafb88ceb4d11733d62a318 /dev-dotnet/monotorrent | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-12af0db0787f052f5b06368e74be2d28a03b8219.tar.gz gentoo-2-12af0db0787f052f5b06368e74be2d28a03b8219.tar.bz2 gentoo-2-12af0db0787f052f5b06368e74be2d28a03b8219.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-dotnet/monotorrent')
-rw-r--r-- | dev-dotnet/monotorrent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/monotorrent/monotorrent-0.80.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-dotnet/monotorrent/ChangeLog b/dev-dotnet/monotorrent/ChangeLog index 017fb58b1da6..5b9f2b035ea0 100644 --- a/dev-dotnet/monotorrent/ChangeLog +++ b/dev-dotnet/monotorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/monotorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.10 2012/01/22 10:49:12 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.11 2012/05/04 03:56:55 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> monotorrent-0.80.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 22 Jan 2012; Pacho Ramos <pacho@gentoo.org> -monotorrent-0.72.ebuild: Drop old. diff --git a/dev-dotnet/monotorrent/monotorrent-0.80.ebuild b/dev-dotnet/monotorrent/monotorrent-0.80.ebuild index 7e92e496adee..ad2a54fa5875 100644 --- a/dev-dotnet/monotorrent/monotorrent-0.80.ebuild +++ b/dev-dotnet/monotorrent/monotorrent-0.80.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/dev-dotnet/monotorrent/monotorrent-0.80.ebuild,v 1.3 2011/05/11 19:26:59 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.80.ebuild,v 1.4 2012/05/04 03:56:55 jdhore Exp $ EAPI=2 @@ -17,7 +17,7 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=dev-lang/mono-2.0.1" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.23" + virtual/pkgconfig" # The hack we do to get the dll installed in the GAC makes the unit-tests # defunct. |