diff options
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" |