diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-23 02:05:30 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-23 02:05:30 +0000 |
commit | ff2d3cb2c4aa77f961960a81c0bc170fb44d8946 (patch) | |
tree | 8d96090a01ca4cc272b5f5aad2d77af20edecc7b /x11-misc | |
parent | Move notification-daemon-xfce to x11-misc next to original. (diff) | |
download | gentoo-2-ff2d3cb2c4aa77f961960a81c0bc170fb44d8946.tar.gz gentoo-2-ff2d3cb2c4aa77f961960a81c0bc170fb44d8946.tar.bz2 gentoo-2-ff2d3cb2c4aa77f961960a81c0bc170fb44d8946.zip |
Makes sense to enable USE xfce for xfce pkg.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64, RepoMan options: --force)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild b/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild index 8a69b913b2a1..440214794326 100644 --- a/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild +++ b/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.1 2008/06/23 02:00:17 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.2 2008/06/23 02:05:30 drac Exp $ + +EAPI=1 inherit autotools @@ -11,7 +13,7 @@ SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="debug xfce" +IUSE="debug +xfce" RDEPEND=">=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 |