diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-08 09:12:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-08 09:12:38 +0000 |
commit | 34836b6bd314ca141e2a05ae4b5657cf3d12a441 (patch) | |
tree | b84453ff8998f3805052e91cc01c75c8507e1ea7 /games-emulation/raine | |
parent | Drop old. (diff) | |
download | gentoo-2-34836b6bd314ca141e2a05ae4b5657cf3d12a441.tar.gz gentoo-2-34836b6bd314ca141e2a05ae4b5657cf3d12a441.tar.bz2 gentoo-2-34836b6bd314ca141e2a05ae4b5657cf3d12a441.zip |
remove static use flag
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-emulation/raine')
-rw-r--r-- | games-emulation/raine/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/raine/raine-0.51.9.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-emulation/raine/ChangeLog b/games-emulation/raine/ChangeLog index 6dafd76a4377..8d35b47ca154 100644 --- a/games-emulation/raine/ChangeLog +++ b/games-emulation/raine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/raine # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.27 2010/10/08 21:28:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.28 2010/11/08 09:12:38 mr_bones_ Exp $ + + 08 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> raine-0.51.9.ebuild: + remove static use flag *raine-0.51.9 (08 Oct 2010) diff --git a/games-emulation/raine/raine-0.51.9.ebuild b/games-emulation/raine/raine-0.51.9.ebuild index 18f7c872150a..4d9e87568f9c 100644 --- a/games-emulation/raine/raine-0.51.9.ebuild +++ b/games-emulation/raine/raine-0.51.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.1 2010/10/08 21:28:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.2 2010/11/08 09:12:38 mr_bones_ Exp $ EAPI=2 inherit flag-o-matic eutils games @@ -12,7 +12,7 @@ SRC_URI="http://rainemu.swishparty.co.uk/html/archive/raines-${PV}.tar.bz2" LICENSE="Artistic" SLOT="0" KEYWORDS="~x86" -IUSE="static" +IUSE="" RDEPEND="dev-cpp/muParser media-libs/libsdl[audio,joystick,video] @@ -41,9 +41,6 @@ src_prepare() { src_compile() { local myopts - use static \ - && myopts="${myopts} STATIC=1" \ - || myopts="${myopts} STATIC=" emake \ _MARCH="${CFLAGS}" \ VERBOSE=1 \ |