diff options
author | 2011-02-02 20:38:55 +0000 | |
---|---|---|
committer | 2011-02-02 20:38:55 +0000 | |
commit | 5a5155559e5314f6eb688d567f2cb3a573105a5b (patch) | |
tree | 355b23df698c38ad0fffd069c026bcfbe74e82de /x11-themes/skulpture/skulpture-0.2.4.ebuild | |
parent | Adjust depdendency for amd64 emul libs as described in bug 353347 by Arnaud L... (diff) | |
download | historical-5a5155559e5314f6eb688d567f2cb3a573105a5b.tar.gz historical-5a5155559e5314f6eb688d567f2cb3a573105a5b.tar.bz2 historical-5a5155559e5314f6eb688d567f2cb3a573105a5b.zip |
EAPI3, slotmove to 4
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/skulpture/skulpture-0.2.4.ebuild')
-rw-r--r-- | x11-themes/skulpture/skulpture-0.2.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/skulpture/skulpture-0.2.4.ebuild b/x11-themes/skulpture/skulpture-0.2.4.ebuild index 094dc5f106a4..8f014dc358b8 100644 --- a/x11-themes/skulpture/skulpture-0.2.4.ebuild +++ b/x11-themes/skulpture/skulpture-0.2.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/skulpture-0.2.4.ebuild,v 1.1 2010/03/25 19:56:01 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/skulpture-0.2.4.ebuild,v 1.2 2011/02/02 20:38:55 tampakrap Exp $ -EAPI="2" +EAPI=3 inherit kde4-base @@ -11,6 +11,6 @@ HOMEPAGE="http://skulpture.maxiom.de/" SRC_URI="http://kde-look.org/CONTENT/content-files/59031-${P}.tar.gz" LICENSE="GPL-3" -SLOT="0" +SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" |