diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-06 13:40:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-06 13:40:27 +0000 |
commit | a467f6bf909c8fa0057a625611c4cb4feb6a1607 (patch) | |
tree | 5b390d4de1a141d488467b6746470d537474a304 /xfce-base | |
parent | Version bump. (diff) | |
download | gentoo-2-a467f6bf909c8fa0057a625611c4cb4feb6a1607.tar.gz gentoo-2-a467f6bf909c8fa0057a625611c4cb4feb6a1607.tar.bz2 gentoo-2-a467f6bf909c8fa0057a625611c4cb4feb6a1607.zip |
Drop keywords. OOPS. Let people have application menu. heh.
(Portage version: 2.2_rc75/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild index 1af98cab4f91..b3ae7bd70521 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild,v 1.1 2010/09/06 13:17:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild,v 1.2 2010/09/06 13:40:27 ssuominen Exp $ EAPI=3 inherit xfconf @@ -11,7 +11,9 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +# This is because xfdesktop doesn't ship menu files anymore. Unreleased garcon is required, which has them. +KEYWORDS="" +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug thunar" RDEPEND="x11-libs/libX11 |