diff options
Diffstat (limited to 'gpe-utils/gpesyncd/gpesyncd-2.0.ebuild')
-rw-r--r-- | gpe-utils/gpesyncd/gpesyncd-2.0.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/gpe-utils/gpesyncd/gpesyncd-2.0.ebuild b/gpe-utils/gpesyncd/gpesyncd-2.0.ebuild index 1dabc96..c315194 100644 --- a/gpe-utils/gpesyncd/gpesyncd-2.0.ebuild +++ b/gpe-utils/gpesyncd/gpesyncd-2.0.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,16 +7,10 @@ GPE_MIRROR="http://gpe.linuxtogo.org/download/source" inherit eutils gpe DESCRIPTION="The Sync daemon for GPE and OpenSync" - LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" - - - -src_unpack() { - gpe_src_unpack -} +IUSE="${IUSE}" RDEPEND="${RDEPEND} >=gpe-base/libmimedir-0.4.2 @@ -26,6 +20,3 @@ RDEPEND="${RDEPEND} >=gpe-base/libeventdb-0.31 >=gpe-base/libtododb-0.11 >=gpe-base/libgpewidget-0.102" - -DEPEND="${DEPEND} - ${RDEPEND}" |