summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-04 03:56:58 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-04 03:56:58 +0000
commit12af0db0787f052f5b06368e74be2d28a03b8219 (patch)
tree5e25a5fa226743548fafb88ceb4d11733d62a318 /dev-dotnet/ndesk-dbus
parentdev-util/pkgconfig -> virtual/pkgconfig (diff)
downloadgentoo-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/ndesk-dbus')
-rw-r--r--dev-dotnet/ndesk-dbus/ChangeLog7
-rw-r--r--dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild6
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."