diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-06-13 06:43:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-06-13 06:43:27 +0000 |
commit | 0ba8ae0a3bfa2d2da10881cbd0819fcc1ff8fa36 (patch) | |
tree | 81dac3c2e45eacafff242a8eb19ff05455079229 /games-util | |
parent | marked x86 per bug 420137 (diff) | |
download | gentoo-2-0ba8ae0a3bfa2d2da10881cbd0819fcc1ff8fa36.tar.gz gentoo-2-0ba8ae0a3bfa2d2da10881cbd0819fcc1ff8fa36.tar.bz2 gentoo-2-0ba8ae0a3bfa2d2da10881cbd0819fcc1ff8fa36.zip |
no need for src_compile
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/joystick/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/joystick/joystick-1.4.2.ebuild | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/games-util/joystick/ChangeLog b/games-util/joystick/ChangeLog index 96e3a67761ec..419e8a4f73f7 100644 --- a/games-util/joystick/ChangeLog +++ b/games-util/joystick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/joystick # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.16 2012/05/01 21:45:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.17 2012/06/13 06:43:27 mr_bones_ Exp $ + + 13 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> joystick-1.4.2.ebuild: + no need for src_compile 01 May 2012; Mike Frysinger <vapier@gentoo.org> joystick-1.4.2.ebuild: Add arm love for ChromiumOS. diff --git a/games-util/joystick/joystick-1.4.2.ebuild b/games-util/joystick/joystick-1.4.2.ebuild index 8abdf2d48954..2279cc606e0d 100644 --- a/games-util/joystick/joystick-1.4.2.ebuild +++ b/games-util/joystick/joystick-1.4.2.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.2.ebuild,v 1.5 2012/05/01 21:45:06 vapier Exp $ - -EAPI="4" +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.2.ebuild,v 1.6 2012/06/13 06:43:27 mr_bones_ Exp $ +EAPI=4 inherit eutils toolchain-funcs MY_P="linuxconsoletools-${PV}" @@ -25,10 +24,6 @@ S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}"/${P}-build.patch export PREFIX=/usr -} - -src_compile() { tc-export CC PKG_CONFIG export USE_SDL=$(usex sdl) - emake } |