diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-02-28 03:12:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-02-28 03:12:58 +0000 |
commit | d09d8aeaf5f9b48de61eb702ae6e33916acfd736 (patch) | |
tree | 9804b94a86e7bd8f8bae987ca4a31a57e946b34d /games-arcade/sdl-sopwith | |
parent | old (diff) | |
download | gentoo-2-d09d8aeaf5f9b48de61eb702ae6e33916acfd736.tar.gz gentoo-2-d09d8aeaf5f9b48de61eb702ae6e33916acfd736.tar.bz2 gentoo-2-d09d8aeaf5f9b48de61eb702ae6e33916acfd736.zip |
respect AR (bug #458586)
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade/sdl-sopwith')
-rw-r--r-- | games-arcade/sdl-sopwith/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild | 11 |
2 files changed, 13 insertions, 4 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog index 58e7857df299..34700dc75185 100644 --- a/games-arcade/sdl-sopwith/ChangeLog +++ b/games-arcade/sdl-sopwith/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/sdl-sopwith # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.21 2013/02/28 01:46:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.22 2013/02/28 03:12:58 mr_bones_ Exp $ + + 28 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> + sdl-sopwith-1.7.5-r1.ebuild: + respect AR (bug #458586) 28 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> -files/sdl-sopwith-1.7.4-nogtk.patch, -sdl-sopwith-1.7.4.ebuild, diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild index cbee2cb9f34c..50a0e09c5cf7 100644 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild +++ b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild,v 1.4 2013/02/25 12:17:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild,v 1.5 2013/02/28 03:12:58 mr_bones_ Exp $ -EAPI=2 -inherit eutils autotools games +EAPI=5 +inherit eutils autotools toolchain-funcs games MY_P=${P/sdl-/} DESCRIPTION="Port of the classic Sopwith game using LibSDL" @@ -28,6 +28,11 @@ src_prepare() { eautoreconf } +src_compile() { + emake AR="$(tc-getAR)" +} + + src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt |