diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-31 04:38:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-31 04:38:40 +0000 |
commit | 122a4fbd43e2520ee42e46e3aad462662743c2cf (patch) | |
tree | eb340f2348495c3ffd74bb624dbdd15ef0c06d4c /app-pda/coldsync | |
parent | sparc stable wrt #353436, Comment #29. Thanks to Alex Buell for testing. (diff) | |
download | gentoo-2-122a4fbd43e2520ee42e46e3aad462662743c2cf.tar.gz gentoo-2-122a4fbd43e2520ee42e46e3aad462662743c2cf.tar.bz2 gentoo-2-122a4fbd43e2520ee42e46e3aad462662743c2cf.zip |
Drop commented out lines. Not required
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/coldsync')
-rw-r--r-- | app-pda/coldsync/coldsync-2.2.5-r1.ebuild | 5 | ||||
-rw-r--r-- | app-pda/coldsync/coldsync-3.0_pre4.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild index aa8bca827a60..c301da434a57 100644 --- a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild +++ b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.10 2011/02/10 15:06:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.11 2011/03/31 04:38:40 ssuominen Exp $ EAPI=2 inherit eutils @@ -15,7 +15,8 @@ KEYWORDS="~ppc sparc x86" IUSE="nls perl" src_prepare() { - epatch "${FILESDIR}"/${PN}-2.2.5-gcc3.diff \ + epatch \ + "${FILESDIR}"/${PN}-2.2.5-gcc3.diff \ "${FILESDIR}"/${PN}-2.2.5-broken-c++.diff } diff --git a/app-pda/coldsync/coldsync-3.0_pre4.ebuild b/app-pda/coldsync/coldsync-3.0_pre4.ebuild index d1aa08d9fc23..78d530093e79 100644 --- a/app-pda/coldsync/coldsync-3.0_pre4.ebuild +++ b/app-pda/coldsync/coldsync-3.0_pre4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild,v 1.3 2011/02/10 15:06:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-3.0_pre4.ebuild,v 1.4 2011/03/31 04:38:40 ssuominen Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://www.coldsync.org/download/coldsync-${MY_PV}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~ppc ~sparc ~x86" IUSE="nls perl usb caps" RDEPEND="usb? ( virtual/libusb:0 ) @@ -24,8 +24,6 @@ S=${WORKDIR}/${PN}-${MY_PV} src_configure() { local myconf - #use nls || myconf="${myconf} --without-i18n" - #use perl || myconf="${myconf} --without-perl" myconf="${myconf} `use_with perl`" myconf="${myconf} `use_with nls i18n`" |