diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-12 04:54:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-12 04:54:47 +0000 |
commit | f08d554e349c14f212bebe1aa3cf98a1cd9199fe (patch) | |
tree | b50631bac037d5de9e74135833f4038cd8f2fcff /x11-libs/gksu | |
parent | add back arm #147484 (diff) | |
download | gentoo-2-f08d554e349c14f212bebe1aa3cf98a1cd9199fe.tar.gz gentoo-2-f08d554e349c14f212bebe1aa3cf98a1cd9199fe.tar.bz2 gentoo-2-f08d554e349c14f212bebe1aa3cf98a1cd9199fe.zip |
arm love #147484
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'x11-libs/gksu')
-rw-r--r-- | x11-libs/gksu/gksu-2.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/gksu/gksu-2.0.0.ebuild b/x11-libs/gksu/gksu-2.0.0.ebuild index ef93a9856eed..10666f75f0a8 100644 --- a/x11-libs/gksu/gksu-2.0.0.ebuild +++ b/x11-libs/gksu/gksu-2.0.0.ebuild @@ -1,22 +1,22 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v 1.3 2006/10/03 23:17:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v 1.4 2006/11/12 04:54:47 vapier Exp $ inherit gnome2 fixheadtails DESCRIPTION="A gtk+ frontend for libgksu" HOMEPAGE="http://www.nongnu.org/gksu/" SRC_URI="http://people.debian.org/~kov/gksu/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="doc gnome" RDEPEND=">=x11-libs/libgksu-2 >=x11-libs/gtk+-2.4.0 >=gnome-base/gconf-2.0 gnome? ( >=gnome-base/nautilus-2 )" - DEPEND="${RDEPEND} doc? ( dev-util/gtk-doc )" |