summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-09 03:13:43 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-09 03:13:43 +0000
commitb2422f41ec29bcdc85a65ba351c8c59cb8174352 (patch)
treebdaf80904c2fc18c086f3af9335ce271db81cfa5 /xfce-extra/xfce4-cpugraph
parentgnuconfig_update in src_unpack (diff)
downloadhistorical-b2422f41ec29bcdc85a65ba351c8c59cb8174352.tar.gz
historical-b2422f41ec29bcdc85a65ba351c8c59cb8174352.tar.bz2
historical-b2422f41ec29bcdc85a65ba351c8c59cb8174352.zip
arm KEYWORDS
Diffstat (limited to 'xfce-extra/xfce4-cpugraph')
-rw-r--r--xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2.ebuild b/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2.ebuild
index edd8333a5af7..af7a2974cf55 100644
--- a/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2.ebuild
+++ b/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2.ebuild,v 1.1 2004/09/20 16:52:11 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.2.2.ebuild,v 1.2 2004/11/09 03:02:17 vapier Exp $
-IUSE=""
MY_P="${PN}-plugin-${PV}"
S=${WORKDIR}/${MY_P/-${PV}/}
@@ -10,9 +9,10 @@ DESCRIPTION="Xfce4 panel cpu load graphing plugin"
HOMEPAGE="http://www.xfce.org/"
SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips ~ppc64"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
RDEPEND=">=x11-libs/gtk+-2.0.6
dev-libs/libxml2
@@ -22,5 +22,5 @@ DEPEND="${RDEPEND}
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS INSTALL COPYING README
+ dodoc AUTHORS INSTALL README
}