diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-05 00:09:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-05 00:09:28 +0000 |
commit | 7c7c02b8a90afa9e2698b108b0bd9ad10ff20175 (patch) | |
tree | b3d5294fb0210857ca29f085b2f62066338eb7e4 /x11-themes/hicolor-icon-theme | |
parent | REmoving old ebuilds, marking stable. (Manifest recommit) (diff) | |
download | gentoo-2-7c7c02b8a90afa9e2698b108b0bd9ad10ff20175.tar.gz gentoo-2-7c7c02b8a90afa9e2698b108b0bd9ad10ff20175.tar.bz2 gentoo-2-7c7c02b8a90afa9e2698b108b0bd9ad10ff20175.zip |
repoman fix
Diffstat (limited to 'x11-themes/hicolor-icon-theme')
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.4.ebuild | 9 |
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 - } |