diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-09-05 18:04:54 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-09-05 18:04:54 +0000 |
commit | 627e84f4953a581545c105f33d8049ef11915828 (patch) | |
tree | fc0b3add8b9a058881176eb2337405f44ab3e58e /app-emulation/dosemu | |
parent | Stable for amd64, wrt bug #480098 (diff) | |
download | gentoo-2-627e84f4953a581545c105f33d8049ef11915828.tar.gz gentoo-2-627e84f4953a581545c105f33d8049ef11915828.tar.bz2 gentoo-2-627e84f4953a581545c105f33d8049ef11915828.zip |
Respect AR (bug #483740 by Agostino Sarubbo).
(Portage version: 2.2.0_alpha194_p2/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'app-emulation/dosemu')
-rw-r--r-- | app-emulation/dosemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/dosemu/dosemu-1.4.1_pre20130107-r3.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog index 219862e99e1c..d4bab18515b3 100644 --- a/app-emulation/dosemu/ChangeLog +++ b/app-emulation/dosemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/dosemu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.59 2013/08/05 10:24:20 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.60 2013/09/05 18:04:54 slyfox Exp $ + + 05 Sep 2013; Sergei Trofimovich <slyfox@gentoo.org> + dosemu-1.4.1_pre20130107-r3.ebuild: + Respect AR (bug #483740 by Agostino Sarubbo). *dosemu-1.4.1_pre20130107-r3 (05 Aug 2013) diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r3.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r3.ebuild index 3d39079201a8..468a12e3b03a 100644 --- a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r3.ebuild +++ b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r3.ebuild,v 1.1 2013/08/05 10:24:20 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r3.ebuild,v 1.2 2013/09/05 18:04:54 slyfox Exp $ EAPI=5 -inherit eutils flag-o-matic pax-utils +inherit eutils flag-o-matic pax-utils toolchain-funcs P_FD="dosemu-freedos-1.0-bin" COMMIT="15cfb41ff20a052769d753c3262c57ecb050ad71" @@ -67,6 +67,10 @@ src_configure() { --with-docdir="${EPREFIX}"/usr/share/doc/${PF} } +src_compile() { + emake AR=$(tc-getAR) +} + src_install() { default |