summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-05 00:09:28 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-05 00:09:28 +0000
commit84a79080aa21e045ec79262816e7523820589fd9 (patch)
tree5654dd873424a898dd07ed11359b5d7491742da3 /x11-themes
parentREmoving old ebuilds, marking stable. (diff)
downloadhistorical-84a79080aa21e045ec79262816e7523820589fd9.tar.gz
historical-84a79080aa21e045ec79262816e7523820589fd9.tar.bz2
historical-84a79080aa21e045ec79262816e7523820589fd9.zip
repoman fix
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild9
1 files changed, 2 insertions, 7 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 4b7911c59038..ec0fd826300a 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.5 2004/03/26 08:27:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild,v 1.6 2004/04/05 00:09:28 vapier Exp $
DESCRIPTION="Fallback theme for freedesktop icon theme specification"
HOMEPAGE="http://freedesktop.org/Software/icon-theme"
@@ -8,21 +8,16 @@ SRC_URI="http://freedesktop.org/Software/icon-theme/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc ~amd64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64 ~ia64"
IUSE=""
DEPEND=""
src_compile() {
-
econf --prefix=${D}/usr || die
-
}
src_install() {
-
make DESTDIR=${D} PREFIX=${D}/usr install || die
-
dodoc README ChangeLog
-
}