diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-05-26 00:07:37 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-05-26 00:07:37 +0000 |
commit | 6355d3baa51fbb08cd5429a93fc3bbbffa661e20 (patch) | |
tree | 3f89b402371228a4ecb1da76e55864e23d85089b /x11-themes | |
parent | Version bump, bug #47501 (Manifest recommit) (diff) | |
download | gentoo-2-6355d3baa51fbb08cd5429a93fc3bbbffa661e20.tar.gz gentoo-2-6355d3baa51fbb08cd5429a93fc3bbbffa661e20.tar.bz2 gentoo-2-6355d3baa51fbb08cd5429a93fc3bbbffa661e20.zip |
fix slot
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild b/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild index 6378f6f58a39..b128fdc04254 100644 --- a/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild +++ b/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild,v 1.1 2004/05/26 00:05:28 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild,v 1.2 2004/05/26 00:07:37 caleb Exp $ inherit kde-base need-kde 3.2 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.kde-look.org/content/show.php?content=10919" RESTRICT="nomirror" LICENSE="GPL-2" -SLOT="$KDEMAJORVER.$KDEMINORVER" +SLOT="0" IUSE="" KEYWORDS="~x86 ~ppc" |