diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-27 18:08:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-27 18:08:15 +0000 |
commit | d303a2c227c8c33dd5e010b98abeae6c8365a95c (patch) | |
tree | 30ff6376465bab76a224eb83436f835eb8d247ad /media-sound/kmid/kmid-2.2.2.ebuild | |
parent | Fixed gtk.immodule path issue, bug #317445. (diff) | |
download | gentoo-2-d303a2c227c8c33dd5e010b98abeae6c8365a95c.tar.gz gentoo-2-d303a2c227c8c33dd5e010b98abeae6c8365a95c.tar.bz2 gentoo-2-d303a2c227c8c33dd5e010b98abeae6c8365a95c.zip |
amd64/x86 stable
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/kmid/kmid-2.2.2.ebuild')
-rw-r--r-- | media-sound/kmid/kmid-2.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/kmid/kmid-2.2.2.ebuild b/media-sound/kmid/kmid-2.2.2.ebuild index 52ba393668f6..99c63b7ae44c 100644 --- a/media-sound/kmid/kmid-2.2.2.ebuild +++ b/media-sound/kmid/kmid-2.2.2.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/media-sound/kmid/kmid-2.2.2.ebuild,v 1.1 2010/03/15 13:10:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmid/kmid-2.2.2.ebuild,v 1.2 2010/04/27 18:08:15 ssuominen Exp $ EAPI=2 KDE_LINGUAS="cs da de en_GB es fr gl nds pt_BR pt sv uk" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/kmid2/${P}.tar.bz2" LICENSE="GPL-2" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug +handbook" DEPEND="media-libs/alsa-lib" |