summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-09 03:08:32 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-09 03:08:32 +0000
commit4df34688ea480e5c162bfe40937512b37448c5ba (patch)
tree118081a6e59a4a4de72993c3ead9f0acab17ab97 /xfce-extra/xfce4-artwork
parentgnuconfig_update in src_unpack (Manifest recommit) (diff)
downloadgentoo-2-4df34688ea480e5c162bfe40937512b37448c5ba.tar.gz
gentoo-2-4df34688ea480e5c162bfe40937512b37448c5ba.tar.bz2
gentoo-2-4df34688ea480e5c162bfe40937512b37448c5ba.zip
arm KEYWORDS
Diffstat (limited to 'xfce-extra/xfce4-artwork')
-rw-r--r--xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild b/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild
index c252b947469d..1fd03caf29e8 100644
--- a/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild
+++ b/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild,v 1.9 2004/06/24 22:00:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-artwork/xfce4-artwork-0.0.4.ebuild,v 1.10 2004/11/09 03:06:24 vapier Exp $
-IUSE=""
DESCRIPTION="Xfce4 extra artwork"
HOMEPAGE="http://www.xfce.org/"
SRC_URI="http://download.berlios.de/xfce-goodies/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="ia64 x86 ppc ~alpha sparc amd64"
+SLOT="0"
+KEYWORDS="~alpha amd64 ia64 ppc sparc x86"
+IUSE=""
RDEPEND=">=x11-libs/gtk+-2.0.6
dev-libs/libxml2
@@ -19,5 +19,5 @@ DEPEND="${RDEPEND}
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS INSTALL COPYING README
+ dodoc AUTHORS INSTALL README
}