diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-01 17:58:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-01 17:58:57 +0000 |
commit | c317261fc3f62561c68bfd00a002e092fb45b2a0 (patch) | |
tree | 6a12c5e318e0d1d1d7b2f8578e9cb8d46777981a /x11-libs | |
parent | Use virtual/notification-daemon. (diff) | |
download | gentoo-2-c317261fc3f62561c68bfd00a002e092fb45b2a0.tar.gz gentoo-2-c317261fc3f62561c68bfd00a002e092fb45b2a0.tar.bz2 gentoo-2-c317261fc3f62561c68bfd00a002e092fb45b2a0.zip |
actually there is circular still, use PDEPEND until I figure this out
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libnotify/libnotify-0.7.2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-libs/libnotify/libnotify-0.7.2.ebuild b/x11-libs/libnotify/libnotify-0.7.2.ebuild index 49b57f45e769..eb5898b2ee4f 100644 --- a/x11-libs/libnotify/libnotify-0.7.2.ebuild +++ b/x11-libs/libnotify/libnotify-0.7.2.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-libs/libnotify/libnotify-0.7.2.ebuild,v 1.8 2011/05/01 17:56:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild,v 1.9 2011/05/01 17:58:57 ssuominen Exp $ EAPI=3 inherit autotools eutils gnome.org @@ -15,16 +15,15 @@ SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc +introspection test" -COMMON_DEPEND=">=dev-libs/glib-2.26:2 +RDEPEND=">=dev-libs/glib-2.26:2 x11-libs/gdk-pixbuf:2 introspection? ( >=dev-libs/gobject-introspection-0.9.12 )" -RDEPEND="${COMMON_DEPEND} - virtual/notification-daemon" -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/gtk-doc-am doc? ( >=dev-util/gtk-doc-1.14 ) test? ( >=x11-libs/gtk+-2.90:3 )" +PDEPEND="virtual/notification-daemon" src_unpack() { # If gobject-introspection is installed, we don't need the extra .m4 |