diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-10-17 21:43:04 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-10-17 21:43:04 +0000 |
commit | b92ac2e1493c8ad3439852bfa633061485a5a00e (patch) | |
tree | 97951b694e0836ae2669a283367fad568f25ec84 /app-emulation | |
parent | mask dev-java/kissme* (diff) | |
download | gentoo-2-b92ac2e1493c8ad3439852bfa633061485a5a00e.tar.gz gentoo-2-b92ac2e1493c8ad3439852bfa633061485a5a00e.tar.bz2 gentoo-2-b92ac2e1493c8ad3439852bfa633061485a5a00e.zip |
added missing useflags to IUSE and added ffmpeg dep
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.17.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index f67e55fe4c8a..3bbed31a74a4 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.26 2005/10/11 06:35:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.27 2005/10/17 21:43:04 hanno Exp $ + + 17 Oct 2005; Hanno Boeck <hanno@gentoo.org> vice-1.17.ebuild: + Added all USE-flags to IUSE and added missing ffmpeg-dep. *vice-1.17 (11 Oct 2005) diff --git a/app-emulation/vice/vice-1.17.ebuild b/app-emulation/vice/vice-1.17.ebuild index f7fb055fcaf4..78e7c3f20f2b 100644 --- a/app-emulation/vice/vice-1.17.ebuild +++ b/app-emulation/vice/vice-1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.17.ebuild,v 1.1 2005/10/11 06:35:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.17.ebuild,v 1.2 2005/10/17 21:43:04 hanno Exp $ inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="X Xaw3d arts esd nls readline sdl" +IUSE="X Xaw3d arts esd ffmpeg gnome nls readline sdl" DEPEND="esd? ( media-sound/esound ) media-libs/libpng @@ -21,7 +21,8 @@ DEPEND="esd? ( media-sound/esound ) readline? ( sys-libs/readline ) sdl? ( media-libs/libsdl ) X? ( virtual/x11 ) - Xaw3d? ( x11-libs/Xaw3d )" + Xaw3d? ( x11-libs/Xaw3d ) + ffmpeg? ( media-video/ffmpeg )" src_compile() { egamesconf \ |