diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-09-16 15:00:13 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-09-16 15:00:13 +0000 |
commit | edbeaa464cdf9e8714890ff4bc1a410cbdd7f95d (patch) | |
tree | 45298cd3c8d70ea292b339e6910ec1e6b97b60f7 /x11-themes | |
parent | gnome 2.8 release & 2.6 security bump (Manifest recommit) (diff) | |
download | gentoo-2-edbeaa464cdf9e8714890ff4bc1a410cbdd7f95d.tar.gz gentoo-2-edbeaa464cdf9e8714890ff4bc1a410cbdd7f95d.tar.bz2 gentoo-2-edbeaa464cdf9e8714890ff4bc1a410cbdd7f95d.zip |
mark x86
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.5.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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 7a90e0181dc5..44cd7a9beb90 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,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.7 2004/08/30 19:44:42 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.5.ebuild,v 1.8 2004/09/16 15:00:13 foser Exp $ DESCRIPTION="Fallback theme for the freedesktop icon theme specification" HOMEPAGE="http://freedesktop.org/Software/icon-theme" @@ -8,12 +8,14 @@ SRC_URI="http://freedesktop.org/Software/icon-theme/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc ~sparc ~mips alpha arm ~hppa amd64 ia64 ppc64" +KEYWORDS="x86 ppc ~sparc ~mips alpha arm ~hppa amd64 ia64 ppc64" IUSE="" DEPEND="" src_install() { + make DESTDIR=${D} install || die dodoc README ChangeLog + } |