diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 20:48:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 20:48:55 +0000 |
commit | 19b8e576d918c340e634e58a69aafe7713ddea4a (patch) | |
tree | 869a398f605bcd9cade2adf43eb9fb6ecdde61be /x11-themes/hicolor-icon-theme | |
parent | build fails without masm, which is x86 (Manifest recommit) (diff) | |
download | gentoo-2-19b8e576d918c340e634e58a69aafe7713ddea4a.tar.gz gentoo-2-19b8e576d918c340e634e58a69aafe7713ddea4a.tar.bz2 gentoo-2-19b8e576d918c340e634e58a69aafe7713ddea4a.zip |
arm KEYWORDS
Diffstat (limited to 'x11-themes/hicolor-icon-theme')
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild | 4 | ||||
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.5.ebuild | 15 |
2 files changed, 5 insertions, 14 deletions
diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild index 347068aff995..26f219b06f07 100644 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.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/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild,v 1.9 2004/05/29 02:31:02 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild,v 1.10 2004/06/02 20:46:13 vapier Exp $ DESCRIPTION="Fallback theme for freedesktop icon theme specification" HOMEPAGE="http://freedesktop.org/Software/icon-theme" @@ -8,7 +8,7 @@ SRC_URI="http://freedesktop.org/Software/icon-theme/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc ~alpha ~mips hppa ~amd64 ~ia64" +KEYWORDS="x86 ppc ~sparc ~mips ~alpha arm hppa ~amd64 ~ia64" IUSE="" DEPEND="" diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.5.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.5.ebuild index 176aa969911d..9c58f0d23d42 100644 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.5.ebuild +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.5.ebuild @@ -1,28 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.5.ebuild,v 1.2 2004/06/01 21:47:18 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.5.ebuild,v 1.3 2004/06/02 20:46:13 vapier Exp $ DESCRIPTION="Fallback theme for the freedesktop icon theme specification" HOMEPAGE="http://freedesktop.org/Software/icon-theme" SRC_URI="http://freedesktop.org/Software/icon-theme/releases/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa amd64 ~ia64" IUSE="" DEPEND="" -src_compile() { - - econf || die - emake || die - -} - src_install() { - make DESTDIR=${D} install || die dodoc README ChangeLog - } |