diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-25 14:42:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-25 14:42:03 +0000 |
commit | 4a68d042d7ec46b1a9b8d6fe0adb145c205561ee (patch) | |
tree | f4db2e1c5969cc51d612c464f79e8c349393aebf /app-pda | |
parent | Initial commit. (diff) | |
download | gentoo-2-4a68d042d7ec46b1a9b8d6fe0adb145c205561ee.tar.gz gentoo-2-4a68d042d7ec46b1a9b8d6fe0adb145c205561ee.tar.bz2 gentoo-2-4a68d042d7ec46b1a9b8d6fe0adb145c205561ee.zip |
pkgmove libsynce to match upstream tarball name
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/orange/orange-0.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-pda/orange/orange-0.4.ebuild b/app-pda/orange/orange-0.4.ebuild index 8126b5d2f94c..85527509eefc 100644 --- a/app-pda/orange/orange-0.4.ebuild +++ b/app-pda/orange/orange-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v 1.2 2010/11/04 20:03:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v 1.3 2011/02/25 14:42:03 ssuominen Exp $ EAPI=2 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -RDEPEND=">=app-pda/synce-libsynce-0.12 +RDEPEND="dev-libs/libsynce >=app-pda/dynamite-0.1.1 >=app-arch/unshield-0.5.1 sys-apps/file @@ -35,5 +35,5 @@ src_install() { emake DESTDIR="${D}" install || die dodoc ChangeLog TODO - find "${D}" -name '*.la' -exec rm -f '{}' + + find "${D}" -name '*.la' -exec rm -f {} + } |