diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-28 03:43:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-28 03:43:54 +0000 |
commit | 9385fab9236e5c6f15f6b854b849df9998c44ed5 (patch) | |
tree | 76bd9bd5e714eb9880ce8857f738bf7b7d4249ae /x11-misc/notify-osd | |
parent | Unmask only libopensync 0.22 per dirtyepic's req (diff) | |
download | gentoo-2-9385fab9236e5c6f15f6b854b849df9998c44ed5.tar.gz gentoo-2-9385fab9236e5c6f15f6b854b849df9998c44ed5.tar.bz2 gentoo-2-9385fab9236e5c6f15f6b854b849df9998c44ed5.zip |
Fix missing gnome-base/gnome-common DEPEND wrt #360859 by Oleg.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
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.30.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/notify-osd/ChangeLog b/x11-misc/notify-osd/ChangeLog index 05f1af63685e..86cee61f871b 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.3 2011/03/27 21:56:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.4 2011/03/28 03:43:54 ssuominen Exp $ + + 28 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.30.ebuild: + Fix missing gnome-base/gnome-common DEPEND wrt #360859 by Oleg. 27 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.30.ebuild, +files/notify-osd-0.9.30-libnotify-0.7.patch: diff --git a/x11-misc/notify-osd/notify-osd-0.9.30.ebuild b/x11-misc/notify-osd/notify-osd-0.9.30.ebuild index 5fde95759de4..4ad12efef673 100644 --- a/x11-misc/notify-osd/notify-osd-0.9.30.ebuild +++ b/x11-misc/notify-osd/notify-osd-0.9.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.30.ebuild,v 1.3 2011/03/27 21:56:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v 1.4 2011/03/28 03:43:54 ssuominen Exp $ EAPI=2 inherit autotools eutils gnome2-utils savedconfig @@ -28,6 +28,7 @@ RDEPEND="${COMMON_DEPEND} !minimal? ( x11-themes/notify-osd-icons )" DEPEND="${COMMON_DEPEND} dev-util/pkgconfig + gnome-base/gnome-common x11-proto/xproto" RESTRICT="test" # virtualx.eclass: 1 of 1: FAIL: test-modules |