diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-11-13 17:21:13 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-11-13 17:21:13 +0000 |
commit | 444fb5e822000cfa1b3ef1b31f0b9d49f8b7c12c (patch) | |
tree | f16388a4ae8235f6a48e24f79608e94f6f464ae5 /app-emulation/gxemul | |
parent | ppc stable, bug #154316 (diff) | |
download | gentoo-2-444fb5e822000cfa1b3ef1b31f0b9d49f8b7c12c.tar.gz gentoo-2-444fb5e822000cfa1b3ef1b31f0b9d49f8b7c12c.tar.bz2 gentoo-2-444fb5e822000cfa1b3ef1b31f0b9d49f8b7c12c.zip |
Fixed digest on Manifest for 0.4.2.
Used toolchain-funcs to export CC.
(Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'app-emulation/gxemul')
-rw-r--r-- | app-emulation/gxemul/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/gxemul/gxemul-0.4.3.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emulation/gxemul/ChangeLog b/app-emulation/gxemul/ChangeLog index ed1bb066cc24..49f51abbd3d9 100644 --- a/app-emulation/gxemul/ChangeLog +++ b/app-emulation/gxemul/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/gxemul # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.6 2006/11/06 23:07:38 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.7 2006/11/13 17:21:13 drizzt Exp $ + + 13 Nov 2006; Timothy Redaelli <drizzt@gentoo.org> gxemul-0.4.3.ebuild: + Fixed digest on Manifest for 0.4.2. + Used toolchain-funcs to export CC. *gxemul-0.4.3 (06 Nov 2006) diff --git a/app-emulation/gxemul/gxemul-0.4.3.ebuild b/app-emulation/gxemul/gxemul-0.4.3.ebuild index 8e30386ac087..4f83b5f37056 100644 --- a/app-emulation/gxemul/gxemul-0.4.3.ebuild +++ b/app-emulation/gxemul/gxemul-0.4.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.3.ebuild,v 1.1 2006/11/06 23:07:38 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.3.ebuild,v 1.2 2006/11/13 17:21:13 drizzt Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types." HOMEPAGE="http://gavare.se/gxemul/" @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} X? ( || ( x11-proto/xproto virtual/x11 ) )" src_compile() { + tc-export CC local myconf="" use X || myconf="${myconf} --disable-x" |