diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-06-25 23:50:10 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-06-25 23:50:10 +0000 |
commit | 2b427a0129ae8ad35bf0ae2212e4405d2172eb7b (patch) | |
tree | c6ea132afc92259f82e787bec8609bfef8c87947 /games-action | |
parent | unmask multilib lame (diff) | |
download | gentoo-2-2b427a0129ae8ad35bf0ae2212e4405d2172eb7b.tar.gz gentoo-2-2b427a0129ae8ad35bf0ae2212e4405d2172eb7b.tar.bz2 gentoo-2-2b427a0129ae8ad35bf0ae2212e4405d2172eb7b.zip |
respect AR wrt #474786
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/openclonk/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/openclonk/openclonk-5.3.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-action/openclonk/ChangeLog b/games-action/openclonk/ChangeLog index 091e87bf7356..fcd884892e55 100644 --- a/games-action/openclonk/ChangeLog +++ b/games-action/openclonk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/openclonk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v 1.8 2013/03/11 23:47:13 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v 1.9 2013/06/25 23:50:10 hasufell Exp $ + + 25 Jun 2013; Julian Ospald <hasufell@gentoo.org> openclonk-5.3.3.ebuild: + respect AR wrt #474786 *openclonk-5.3.3 (11 Mar 2013) diff --git a/games-action/openclonk/openclonk-5.3.3.ebuild b/games-action/openclonk/openclonk-5.3.3.ebuild index 10930bd06b41..875dc63407f7 100644 --- a/games-action/openclonk/openclonk-5.3.3.ebuild +++ b/games-action/openclonk/openclonk-5.3.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.3.3.ebuild,v 1.1 2013/03/11 23:47:13 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.3.3.ebuild,v 1.2 2013/06/25 23:50:10 hasufell Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) -inherit autotools eutils flag-o-matic gnome2-utils python-any-r1 games +inherit autotools eutils flag-o-matic gnome2-utils python-any-r1 toolchain-funcs games MY_P=${PN}-release-${PV}-src @@ -78,7 +78,7 @@ src_configure() { } src_compile() { - emake + emake AR=$(tc-getAR) if use doc ; then emake -C docs |