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 | 20c261fa0f0d0489bc30af8c0191ad86d39d9a4b (patch) | |
tree | ddb91103d4eccb208b06f80f8a472d8b4375fadf /x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild | |
parent | Version bump, bug #47501 (diff) | |
download | historical-20c261fa0f0d0489bc30af8c0191ad86d39d9a4b.tar.gz historical-20c261fa0f0d0489bc30af8c0191ad86d39d9a4b.tar.bz2 historical-20c261fa0f0d0489bc30af8c0191ad86d39d9a4b.zip |
fix slot
Diffstat (limited to 'x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild')
-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" |