diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 16:54:54 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 16:54:54 +0000 |
commit | 2657433e3fe7399059693ddc29c7952e9c2cd905 (patch) | |
tree | c206f335815685a97a1e590e051b5e68e5e17956 /app-pda | |
parent | make => emake, fixed order of keywords (diff) | |
download | gentoo-2-2657433e3fe7399059693ddc29c7952e9c2cd905.tar.gz gentoo-2-2657433e3fe7399059693ddc29c7952e9c2cd905.tar.bz2 gentoo-2-2657433e3fe7399059693ddc29c7952e9c2cd905.zip |
RDEPEND += "${DEPEND}"
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/synce-hal/synce-hal-0.1.ebuild | 5 | ||||
-rw-r--r-- | app-pda/synce-hal/synce-hal-0.2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-pda/synce-hal/synce-hal-0.1.ebuild b/app-pda/synce-hal/synce-hal-0.1.ebuild index dedf30a8e286..67774d0389a3 100644 --- a/app-pda/synce-hal/synce-hal-0.1.ebuild +++ b/app-pda/synce-hal/synce-hal-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.1.ebuild,v 1.1 2008/11/13 00:05:09 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.1.ebuild,v 1.2 2008/11/13 16:54:54 mescalinum Exp $ DESCRIPTION="SynCE - hal connection manager" HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -17,7 +17,8 @@ DEPEND="sys-apps/hal ~app-pda/synce-libsynce-0.12 ~app-pda/synce-librapi2-0.12 ~app-pda/synce-librra-0.12" -RDEPEND="~app-pda/synce-sync-engine-0.12 +RDEPEND="${DEPEND} + ~app-pda/synce-sync-engine-0.12 net-misc/dhcp" SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" diff --git a/app-pda/synce-hal/synce-hal-0.2.ebuild b/app-pda/synce-hal/synce-hal-0.2.ebuild index d684793adbc2..21b9ba080f90 100644 --- a/app-pda/synce-hal/synce-hal-0.2.ebuild +++ b/app-pda/synce-hal/synce-hal-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.2.ebuild,v 1.1 2008/11/13 00:05:09 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.2.ebuild,v 1.2 2008/11/13 16:54:54 mescalinum Exp $ DESCRIPTION="SynCE - hal connection manager" HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -17,7 +17,8 @@ DEPEND="sys-apps/hal ~app-pda/synce-libsynce-0.12 ~app-pda/synce-librapi2-0.12 ~app-pda/synce-librra-0.12" -RDEPEND="~app-pda/synce-sync-engine-0.12 +RDEPEND="${DEPEND} + ~app-pda/synce-sync-engine-0.12 net-misc/dhcp" SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" |