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 | |
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')
-rw-r--r-- | x11-themes/thinkeramik/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/thinkeramik/Manifest b/x11-themes/thinkeramik/Manifest index a59b5592c097..ee7700a2009a 100644 --- a/x11-themes/thinkeramik/Manifest +++ b/x11-themes/thinkeramik/Manifest @@ -1,5 +1,5 @@ MD5 b75f6afa372ff5c2af1ad7503551c910 thinkeramik-2.8.1.ebuild 457 -MD5 c31d4dad074cbea1397d7ba2a2eed905 thinkeramik-3.2.1.ebuild 609 +MD5 0d0d84b590a6d20adc514b264ae514dd thinkeramik-3.2.1.ebuild 585 MD5 e1689c3acab94e350ba92ef68ec05a92 ChangeLog 2655 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 ff0f0d0241dc26534089848eb05edc90 thinkeramik-3.1.2.ebuild 586 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" |