diff options
author | 2012-05-04 03:56:58 +0000 | |
---|---|---|
committer | 2012-05-04 03:56:58 +0000 | |
commit | 81cfceaeb4b14851aa9547d8325ba9531cab6afa (patch) | |
tree | 75b0fafdd19559cd456f661a61397818f08cefb4 /dev-dotnet/ndesk-dbus | |
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')
-rw-r--r-- | dev-dotnet/ndesk-dbus/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-dotnet/ndesk-dbus/ChangeLog b/dev-dotnet/ndesk-dbus/ChangeLog index 511a1e1e6a91..178769dcb968 100644 --- a/dev-dotnet/ndesk-dbus/ChangeLog +++ b/dev-dotnet/ndesk-dbus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/ndesk-dbus -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndesk-dbus/ChangeLog,v 1.1 2011/03/12 11:48:21 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndesk-dbus/ChangeLog,v 1.2 2012/05/04 03:56:57 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> ndesk-dbus-0.6.1a.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *ndesk-dbus-0.6.1a (12 Mar 2011) diff --git a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild index d8fc928a6026..40174d14b97d 100644 --- a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild +++ b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.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/ndesk-dbus-0.6.1a.ebuild,v 1.1 2011/03/12 11:48:21 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild,v 1.2 2012/05/04 03:56:57 jdhore Exp $ inherit mono @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=dev-lang/mono-1.2.4 >=sys-apps/dbus-1" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "emake install failed." |