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/ndesk-dbus-glib | |
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/ndesk-dbus-glib')
-rw-r--r-- | dev-dotnet/ndesk-dbus-glib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-dotnet/ndesk-dbus-glib/ChangeLog b/dev-dotnet/ndesk-dbus-glib/ChangeLog index 61b783ba0ab4..972352e512ed 100644 --- a/dev-dotnet/ndesk-dbus-glib/ChangeLog +++ b/dev-dotnet/ndesk-dbus-glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/ndesk-dbus-glib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndesk-dbus-glib/ChangeLog,v 1.2 2011/03/12 12:36:13 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndesk-dbus-glib/ChangeLog,v 1.3 2012/05/04 03:56:57 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> ndesk-dbus-glib-0.4.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 12 Mar 2011; <angelos@gentoo.org> ndesk-dbus-glib-0.4.1.ebuild: Updated ndesk-dbus dependencies (bug 356391) diff --git a/dev-dotnet/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.ebuild b/dev-dotnet/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.ebuild index 366cb9e81d37..340f6b6fa3a0 100644 --- a/dev-dotnet/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.ebuild +++ b/dev-dotnet/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.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/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.ebuild,v 1.2 2011/03/12 12:36:13 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1.ebuild,v 1.3 2012/05/04 03:56:57 jdhore Exp $ EAPI=3 inherit mono multilib @@ -17,7 +17,7 @@ IUSE="debug" RDEPEND=">=dev-lang/mono-1.2.4 >=dev-dotnet/ndesk-dbus-0.4" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.19" + virtual/pkgconfig" src_compile() { emake || die "make failed" |