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 | 81cfceaeb4b14851aa9547d8325ba9531cab6afa (patch) | |
tree | 75b0fafdd19559cd456f661a61397818f08cefb4 /dev-dotnet/mono-zeroconf | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-81cfceaeb4b14851aa9547d8325ba9531cab6afa.tar.gz historical-81cfceaeb4b14851aa9547d8325ba9531cab6afa.tar.bz2 historical-81cfceaeb4b14851aa9547d8325ba9531cab6afa.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'dev-dotnet/mono-zeroconf')
-rw-r--r-- | dev-dotnet/mono-zeroconf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/mono-zeroconf/mono-zeroconf-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-dotnet/mono-zeroconf/ChangeLog b/dev-dotnet/mono-zeroconf/ChangeLog index f7d2a1f7cdb3..0cd2b94648fb 100644 --- a/dev-dotnet/mono-zeroconf/ChangeLog +++ b/dev-dotnet/mono-zeroconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/mono-zeroconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v 1.16 2012/02/23 09:32:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v 1.17 2012/05/04 03:56:57 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> mono-zeroconf-0.9.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Feb 2012; Pacho Ramos <pacho@gentoo.org> mono-zeroconf-0.9.0.ebuild: Drop mDNSResponder support due its removal, bug #403537. diff --git a/dev-dotnet/mono-zeroconf/mono-zeroconf-0.9.0.ebuild b/dev-dotnet/mono-zeroconf/mono-zeroconf-0.9.0.ebuild index f36723e3b7a8..306534d875e4 100644 --- a/dev-dotnet/mono-zeroconf/mono-zeroconf-0.9.0.ebuild +++ b/dev-dotnet/mono-zeroconf/mono-zeroconf-0.9.0.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-dotnet/mono-zeroconf/mono-zeroconf-0.9.0.ebuild,v 1.5 2012/02/23 09:32:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.9.0.ebuild,v 1.6 2012/05/04 03:56:57 jdhore Exp $ EAPI=2 @@ -18,7 +18,7 @@ IUSE="doc" RDEPEND=">=dev-lang/mono-2.0 >=net-dns/avahi-0.6[mono]" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { econf $(use_enable doc docs) --enable-avahi |