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/smartirc4net | |
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/smartirc4net')
-rw-r--r-- | dev-dotnet/smartirc4net/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-dotnet/smartirc4net/ChangeLog b/dev-dotnet/smartirc4net/ChangeLog index 9d190b34ccc8..3ed502d384e3 100644 --- a/dev-dotnet/smartirc4net/ChangeLog +++ b/dev-dotnet/smartirc4net/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/smartirc4net -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog,v 1.2 2009/10/21 15:59:54 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog,v 1.3 2012/05/04 03:56:55 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> smartirc4net-0.4.5.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 21 Oct 2009; Markus Meier <maekke@gentoo.org> smartirc4net-0.4.5.1.ebuild: amd64/x86 stable, bug #286874 diff --git a/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild b/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild index 5ab850b407a8..056625615f97 100644 --- a/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild +++ b/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/smartirc4net/smartirc4net-0.4.5.1.ebuild,v 1.3 2009/10/21 15:59:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild,v 1.4 2012/05/04 03:56:55 jdhore Exp $ EAPI="2" @@ -17,7 +17,7 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 )" RDEPEND=">=dev-lang/mono-2.0" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.23" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install |