diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-02-12 20:49:51 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-02-12 20:49:51 +0000 |
commit | fcfd80a4837c072262ef65cfcc3fa1ecae661b74 (patch) | |
tree | 9fc8e2013f1e013e36cee4cb6adcf2c374b10922 /app-pda | |
parent | Add net-p2p/museek+ to use.local.desc (diff) | |
download | gentoo-2-fcfd80a4837c072262ef65cfcc3fa1ecae661b74.tar.gz gentoo-2-fcfd80a4837c072262ef65cfcc3fa1ecae661b74.tar.bz2 gentoo-2-fcfd80a4837c072262ef65cfcc3fa1ecae661b74.zip |
Fix deps.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/multisync-gui/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/multisync-gui/multisync-gui-0.90.19.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-pda/multisync-gui/ChangeLog b/app-pda/multisync-gui/ChangeLog index 52cbd1eb0220..030a417c430f 100644 --- a/app-pda/multisync-gui/ChangeLog +++ b/app-pda/multisync-gui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/multisync-gui -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/ChangeLog,v 1.2 2006/10/24 18:13:10 peper Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/ChangeLog,v 1.3 2007/02/12 20:49:51 peper Exp $ + + 12 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> + multisync-gui-0.90.19.ebuild: + Fix deps. 24 Oct 2006; Piotr Jaroszyński <peper@gentoo.org> multisync-gui-0.90.19.ebuild: diff --git a/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild b/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild index fd29e913be4a..d7881d5be039 100644 --- a/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild +++ b/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild,v 1.2 2006/10/24 18:13:10 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild,v 1.3 2007/02/12 20:49:51 peper Exp $ DESCRIPTION="OpenSync multisync-gui" HOMEPAGE="http://www.opensync.org/" @@ -11,13 +11,12 @@ SLOT="0" LICENSE="GPL-2" IUSE="evo" -DEPEND=">=app-pda/libopensync-0.19 - evo? ( >=app-pda/libopensync-plugin-evolution2-0.19 ) +DEPEND="app-pda/libopensync + evo? ( app-pda/libopensync-plugin-evolution2 ) >=gnome-base/libgnomeui-2.0" - RDEPEND="${DEPEND}" src_install() { - make install DESTDIR="${D}" || die "make install failed" + emake install DESTDIR="${D}" || die "emake install failed" dodoc README AUTHORS } |