diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-01 18:36:27 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-01 18:36:27 +0000 |
commit | 14232d47cbc5c4f90c05a8ceef0daf6a8b270df7 (patch) | |
tree | 52bb52c7f61658db25d4f09251fbbea0b11f91d9 /games-emulation | |
parent | useless autotools lines, rename src_unpack to src_prepare for eapi2 (diff) | |
download | gentoo-2-14232d47cbc5c4f90c05a8ceef0daf6a8b270df7.tar.gz gentoo-2-14232d47cbc5c4f90c05a8ceef0daf6a8b270df7.tar.bz2 gentoo-2-14232d47cbc5c4f90c05a8ceef0daf6a8b270df7.zip |
lzma-utils are no option
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-emulation/mupen64plus/ChangeLog b/games-emulation/mupen64plus/ChangeLog index 0c23381178e1..73e4ee739b85 100644 --- a/games-emulation/mupen64plus/ChangeLog +++ b/games-emulation/mupen64plus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64plus # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.6 2010/01/01 13:37:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.7 2010/01/01 18:36:27 fauli Exp $ + + 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + mupen64plus-1.5-r1.ebuild: + lzma-utils are no option 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> mupen64plus-1.5-r1.ebuild: diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild index 9534abc2a429..0370ff494e1c 100644 --- a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild +++ b/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +d # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.3 2010/01/01 13:37:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.4 2010/01/01 18:36:27 fauli Exp $ EAPI="2" @@ -31,7 +31,7 @@ RDEPEND="virtual/opengl lirc? ( app-misc/lirc ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) - || ( app-arch/xz-utils app-arch/lzma-utils )" + app-arch/xz-utils" DEPEND="${RDEPEND} dev-lang/yasm |