diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-09 12:09:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-09 12:09:23 +0000 |
commit | 428f246f67aa869b2d7a8420bfd79ae12d79f47c (patch) | |
tree | 2bee20907e8b2efe1ad6fad389f0f7467842e77c /app-emulation/vice | |
parent | Stable for ppc, wrt bug #413635 (diff) | |
download | gentoo-2-428f246f67aa869b2d7a8420bfd79ae12d79f47c.tar.gz gentoo-2-428f246f67aa869b2d7a8420bfd79ae12d79f47c.tar.bz2 gentoo-2-428f246f67aa869b2d7a8420bfd79ae12d79f47c.zip |
Stable for ppc, wrt bug #416211
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/vice-2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index b7d9f3a162d0..9943c841be95 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.94 2014/07/24 06:30:34 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.95 2014/08/09 12:09:23 ago Exp $ + + 09 Aug 2014; Agostino Sarubbo <ago@gentoo.org> vice-2.4.ebuild: + Stable for ppc, wrt bug #416211 24 Jul 2014; Alfredo Tupone <tupone@gentoo.org> vice-2.4.ebuild: Require media-libs/fontconfig during build. Bug #514416 by Patrick Lauer diff --git a/app-emulation/vice/vice-2.4.ebuild b/app-emulation/vice/vice-2.4.ebuild index 51e541fc4eed..38a5fdb20912 100644 --- a/app-emulation/vice/vice-2.4.ebuild +++ b/app-emulation/vice/vice-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.11 2014/07/24 06:30:34 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.12 2014/08/09 12:09:23 ago Exp $ EAPI=5 inherit autotools eutils toolchain-funcs games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="Xaw3d alsa gnome nls png readline sdl ipv6 memmap ethernet oss zlib X gif jpeg xv dga xrandr ffmpeg lame pulseaudio" RDEPEND=" |