diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-08 07:30:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-08 07:30:34 +0000 |
commit | 39fb06fc7ff069a5a886b12990b3d79f891deebf (patch) | |
tree | b8d1a44173dc3c546270c00ecc394879467ccd58 /xfce-extra/xfce4-indicator-plugin | |
parent | old (diff) | |
download | gentoo-2-39fb06fc7ff069a5a886b12990b3d79f891deebf.tar.gz gentoo-2-39fb06fc7ff069a5a886b12990b3d79f891deebf.tar.bz2 gentoo-2-39fb06fc7ff069a5a886b12990b3d79f891deebf.zip |
More strict dependencies, missing IUSE debug, add ~x86 to KEYWORDS too
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-indicator-plugin')
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild index bc1a06793608..abadffba9eec 100644 --- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild +++ b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.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/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild,v 1.1 2011/05/07 07:49:34 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild,v 1.2 2011/05/08 07:30:34 ssuominen Exp $ EAPI=4 inherit xfconf @@ -11,13 +11,13 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.2/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~amd64" -IUSE="" +KEYWORDS="~amd64 ~x86" +IUSE="debug" -RDEPEND="dev-libs/libindicator +RDEPEND=">=dev-libs/libindicator-0.3.0 x11-libs/gtk+:2 - xfce-base/libxfce4util - xfce-base/xfce4-panel" + >=xfce-base/libxfce4util-4.3.99.2 + >=xfce-base/xfce4-panel-4.3.99.2" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig |