diff options
author | Ned Ludd <solar@gentoo.org> | 2009-03-16 05:08:23 +0000 |
---|---|---|
committer | root <root@miranda.amd64.dev.gentoo.org> | 2009-03-16 05:08:23 +0000 |
commit | 12f911e7a50b8adeda0ce6da7b9b54a808c076ab (patch) | |
tree | bb1aa57b331bf3073da2959277fe65cbb0c54e49 /gpe-utils/gpe-clock/gpe-clock-0.25.ebuild | |
parent | [gpe-media/gpe-mixer] switch to EAPI=1 as we are using slotted deps (diff) | |
download | gpe-12f911e7a50b8adeda0ce6da7b9b54a808c076ab.tar.gz gpe-12f911e7a50b8adeda0ce6da7b9b54a808c076ab.tar.bz2 gpe-12f911e7a50b8adeda0ce6da7b9b54a808c076ab.zip |
[gpe-utils/*] Update IUSE="${IUSE}"
Diffstat (limited to 'gpe-utils/gpe-clock/gpe-clock-0.25.ebuild')
-rw-r--r-- | gpe-utils/gpe-clock/gpe-clock-0.25.ebuild | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/gpe-utils/gpe-clock/gpe-clock-0.25.ebuild b/gpe-utils/gpe-clock/gpe-clock-0.25.ebuild index fefac13..e667c0d 100644 --- a/gpe-utils/gpe-clock/gpe-clock-0.25.ebuild +++ b/gpe-utils/gpe-clock/gpe-clock-0.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -7,19 +7,8 @@ GPE_MIRROR="http://gpe.linuxtogo.org/download/source" inherit eutils gpe DESCRIPTION="${PN} - GPE Palmtop Environment" - LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" - - - -src_unpack() { - gpe_src_unpack -} - -RDEPEND="${RDEPEND} - >=gpe-base/libgpewidget-0.102" - -DEPEND="${DEPEND} - ${RDEPEND}" +IUSE="${IUSE}" +RDEPEND="${RDEPEND} >=gpe-base/libgpewidget-0.102" |