diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-11-28 22:53:09 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-11-28 22:53:09 +0000 |
commit | 6934eb04810338c87d0365bc689c276955e9a59a (patch) | |
tree | 3e6360a4ec0f37b887cf889ae6b2e14b457c31e1 /app-misc/mouseremote/mouseremote-0.90-r1.ebuild | |
parent | Fix bug #368515. (diff) | |
download | gentoo-2-6934eb04810338c87d0365bc689c276955e9a59a.tar.gz gentoo-2-6934eb04810338c87d0365bc689c276955e9a59a.tar.bz2 gentoo-2-6934eb04810338c87d0365bc689c276955e9a59a.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elijah "Armageddon" El Lazkani in bug #391491. Correct overquoting.
(Portage version: 2.1.10.38/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/mouseremote/mouseremote-0.90-r1.ebuild')
-rw-r--r-- | app-misc/mouseremote/mouseremote-0.90-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/mouseremote/mouseremote-0.90-r1.ebuild b/app-misc/mouseremote/mouseremote-0.90-r1.ebuild index 92befeff2657..099f1487a6ff 100644 --- a/app-misc/mouseremote/mouseremote-0.90-r1.ebuild +++ b/app-misc/mouseremote/mouseremote-0.90-r1.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-misc/mouseremote/mouseremote-0.90-r1.ebuild,v 1.3 2010/08/13 16:34:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mouseremote/mouseremote-0.90-r1.ebuild,v 1.4 2011/11/28 22:53:09 chainsaw Exp $ inherit eutils @@ -11,13 +11,13 @@ SRC_URI="http://www4.pair.com/gribnif/ha/MouseRemote.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/perl-Time-HiRes" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-makefile.diff |