diff options
author | 2009-05-22 08:11:06 +0000 | |
---|---|---|
committer | 2009-05-22 08:11:06 +0000 | |
commit | 12cf7a28f470af30744cb0fcf2b93a16caa554c3 (patch) | |
tree | a8085a572ee18bd029222addda050159285ca9ca /app-pda | |
parent | Version bump (diff) | |
download | gentoo-2-12cf7a28f470af30744cb0fcf2b93a16caa554c3.tar.gz gentoo-2-12cf7a28f470af30744cb0fcf2b93a16caa554c3.tar.bz2 gentoo-2-12cf7a28f470af30744cb0fcf2b93a16caa554c3.zip |
whitespace
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild | 4 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.12.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild b/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild index cad7dd99a9f9..6ad052b20bb5 100644 --- a/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild +++ b/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild,v 1.3 2009/05/19 00:43:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r2.ebuild,v 1.4 2009/05/22 08:11:06 mr_bones_ Exp $ EAPI=2 @@ -57,7 +57,7 @@ src_prepare() { # Respect JAVACFLAGS bug #267445 epatch "${FILESDIR}/${P}-respect-javacflags.patch" - + # libusb-compat requires you to check the return value of usb_open! epatch "${FILESDIR}/${P}-libusb-compat-usb_open.patch" diff --git a/app-pda/pilot-link/pilot-link-0.12.3.ebuild b/app-pda/pilot-link/pilot-link-0.12.3.ebuild index a288073ae374..c0fdc570e4ac 100644 --- a/app-pda/pilot-link/pilot-link-0.12.3.ebuild +++ b/app-pda/pilot-link/pilot-link-0.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3.ebuild,v 1.13 2009/05/19 00:43:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3.ebuild,v 1.14 2009/05/22 08:11:06 mr_bones_ Exp $ inherit perl-module java-pkg-opt-2 eutils autotools distutils @@ -55,7 +55,7 @@ src_unpack() { # Upstream patch to fix 64-bit issues. epatch "${FILESDIR}/${P}-int_types.patch" - + # libusb-compat requires you to check the return value of usb_open! epatch "${FILESDIR}/${P}-libusb-compat-usb_open.patch" |