diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-01 13:37:04 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-01 13:37:04 +0000 |
commit | c3d80c33ce5ea26012cbe34901a31e7398a744c5 (patch) | |
tree | bfe4e00503f7680a4c1e01ce13ddea7281164c1f /games-emulation | |
parent | Stable on alpha, bug #293737 (diff) | |
download | gentoo-2-c3d80c33ce5ea26012cbe34901a31e7398a744c5.tar.gz gentoo-2-c3d80c33ce5ea26012cbe34901a31e7398a744c5.tar.bz2 gentoo-2-c3d80c33ce5ea26012cbe34901a31e7398a744c5.zip |
Make lzma-utils possible as dependency
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/mupen64plus/ChangeLog b/games-emulation/mupen64plus/ChangeLog index efc14dd9eee8..0c23381178e1 100644 --- a/games-emulation/mupen64plus/ChangeLog +++ b/games-emulation/mupen64plus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64plus -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.5 2009/12/30 23:07:43 joker Exp $ +# 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 $ + + 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + mupen64plus-1.5-r1.ebuild: + Make lzma-utils possible as dependency 30 Dec 2009; Christian Birchinger <joker@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 979972ea55c7..9534abc2a429 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-2009 Gentoo Foundation +# 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.2 2009/12/30 23:07:43 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.3 2010/01/01 13:37:04 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/xz-utils app-arch/lzma-utils )" DEPEND="${RDEPEND} dev-lang/yasm |