diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-10 22:40:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-10 22:40:31 +0000 |
commit | f249886dff4dc565cfacb70d27d375eeaffe7279 (patch) | |
tree | a42ab6ac656e86887d7fd1847243f1ebc169f9af /x11-misc/switcher | |
parent | Stable for HPPA (bug #290922). (diff) | |
download | gentoo-2-f249886dff4dc565cfacb70d27d375eeaffe7279.tar.gz gentoo-2-f249886dff4dc565cfacb70d27d375eeaffe7279.tar.bz2 gentoo-2-f249886dff4dc565cfacb70d27d375eeaffe7279.zip |
ARTS_REQUIRED=never
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/switcher')
-rw-r--r-- | x11-misc/switcher/switcher-0.3.7a.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/switcher/switcher-0.3.7a.ebuild b/x11-misc/switcher/switcher-0.3.7a.ebuild index fd7bf09e7f39..c094fd7a1347 100644 --- a/x11-misc/switcher/switcher-0.3.7a.ebuild +++ b/x11-misc/switcher/switcher-0.3.7a.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/switcher/switcher-0.3.7a.ebuild,v 1.8 2008/06/13 19:55:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/switcher/switcher-0.3.7a.ebuild,v 1.9 2009/11/10 22:40:31 ssuominen Exp $ +ARTS_REQUIRED=never inherit kde -need-kde 3.1 DESCRIPTION="A small KDE app for switching the order of letters (as in logical and visual hebrew)" HOMEPAGE="http://www.penguin.org.il/~uvgroovy/" @@ -12,5 +12,7 @@ SRC_URI="http://www.penguin.org.il/~uvgroovy/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" + +need-kde 3.5 |