diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-08-03 07:50:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-08-03 07:50:45 +0000 |
commit | 05ced761e745195ad0e906aaf365eb7161219866 (patch) | |
tree | 7ef3059ec2ca7bc04c077719dbd6008ed00abfa1 /app-misc/g15daemon | |
parent | Bug #354921, #343133: Fix overflow for amd64. Bug #301340: Fix suspend behavi... (diff) | |
download | gentoo-2-05ced761e745195ad0e906aaf365eb7161219866.tar.gz gentoo-2-05ced761e745195ad0e906aaf365eb7161219866.tar.bz2 gentoo-2-05ced761e745195ad0e906aaf365eb7161219866.zip |
Whitespace fix.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/g15daemon')
-rw-r--r-- | app-misc/g15daemon/g15daemon-1.9.5.3-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/g15daemon/g15daemon-1.9.5.3-r4.ebuild b/app-misc/g15daemon/g15daemon-1.9.5.3-r4.ebuild index 5b9332cf4f5b..11713e5c0c6a 100644 --- a/app-misc/g15daemon/g15daemon-1.9.5.3-r4.ebuild +++ b/app-misc/g15daemon/g15daemon-1.9.5.3-r4.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-misc/g15daemon/g15daemon-1.9.5.3-r4.ebuild,v 1.1 2011/08/03 07:49:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/g15daemon-1.9.5.3-r4.ebuild,v 1.2 2011/08/03 07:50:45 robbat2 Exp $ EAPI=3 GENTOO_DEPEND_ON_PERL="no" @@ -28,8 +28,8 @@ DEPEND="virtual/libusb:0 )" RDEPEND="${DEPEND}" -PATCHES=( -"${FILESDIR}/${P}-forgotten-open-mode.patch" +PATCHES=( +"${FILESDIR}/${P}-forgotten-open-mode.patch" "${FILESDIR}/${P}-overflow-fix.patch" ) uinput_check() { |