diff options
author | 2012-05-05 04:53:54 +0000 | |
---|---|---|
committer | 2012-05-05 04:53:54 +0000 | |
commit | 32f901062fd52de9e9c0015e9df78baa7ad88805 (patch) | |
tree | f738f2e0eda6fda4dfaf576d3c181cf3134eb5ae /x11-misc/notify-osd | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.tar.gz gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.tar.bz2 gentoo-2-32f901062fd52de9e9c0015e9df78baa7ad88805.zip |
dev-util/pkgconifg -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'x11-misc/notify-osd')
-rw-r--r-- | x11-misc/notify-osd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/notify-osd/notify-osd-0.9.34.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/notify-osd/ChangeLog b/x11-misc/notify-osd/ChangeLog index f6fd1a05bad5..4946157124fa 100644 --- a/x11-misc/notify-osd/ChangeLog +++ b/x11-misc/notify-osd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/notify-osd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.15 2012/04/10 08:51:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.16 2012/05/05 04:53:41 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> notify-osd-0.9.34.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 10 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -notify-osd-0.9.32.ebuild, -notify-osd-0.9.33.ebuild: diff --git a/x11-misc/notify-osd/notify-osd-0.9.34.ebuild b/x11-misc/notify-osd/notify-osd-0.9.34.ebuild index ddd9a6d60292..a081b98674ff 100644 --- a/x11-misc/notify-osd/notify-osd-0.9.34.ebuild +++ b/x11-misc/notify-osd/notify-osd-0.9.34.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/x11-misc/notify-osd/notify-osd-0.9.34.ebuild,v 1.2 2012/04/10 08:51:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.34.ebuild,v 1.3 2012/05/05 04:53:41 jdhore Exp $ EAPI=4 inherit autotools gnome2-utils multilib savedconfig @@ -26,7 +26,7 @@ COMMON_DEPEND=">=dev-libs/dbus-glib-0.98 RDEPEND="${COMMON_DEPEND} !minimal? ( x11-themes/notify-osd-icons )" DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig + virtual/pkgconfig gnome-base/gnome-common x11-proto/xproto" |