diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-03-02 23:27:27 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-03-02 23:27:27 +0000 |
commit | 78e00e29214e51154d92a69d54019d6bf2bfc2fa (patch) | |
tree | 308e3ac339a71bbf45078fc929f948407a188de9 /games-emulation/zsnes | |
parent | Masked xfce4-artwork. Was 3 wallpapers from 2004 not ported to virtual/x11 or... (diff) | |
download | gentoo-2-78e00e29214e51154d92a69d54019d6bf2bfc2fa.tar.gz gentoo-2-78e00e29214e51154d92a69d54019d6bf2bfc2fa.tar.bz2 gentoo-2-78e00e29214e51154d92a69d54019d6bf2bfc2fa.zip |
Add ~x86-fbsd keyword
(Portage version: 2.1.2-r4)
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r-- | games-emulation/zsnes/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/zsnes/zsnes-1.51.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog index a4b51fc51305..489329115a0e 100644 --- a/games-emulation/zsnes/ChangeLog +++ b/games-emulation/zsnes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/zsnes # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.30 2007/03/02 11:45:52 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.31 2007/03/02 23:27:27 drizzt Exp $ + + 02 Mar 2007; Timothy Redaelli <drizzt@gentoo.org> zsnes-1.51.ebuild: + Add ~x86-fbsd keyword 02 Mar 2007; Timothy Redaelli <drizzt@gentoo.org> +files/zsnes-1.51-libpng.patch, zsnes-1.51.ebuild: diff --git a/games-emulation/zsnes/zsnes-1.51.ebuild b/games-emulation/zsnes/zsnes-1.51.ebuild index 339bfbe5cc81..fc3c2e268d4c 100644 --- a/games-emulation/zsnes/zsnes-1.51.ebuild +++ b/games-emulation/zsnes/zsnes-1.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51.ebuild,v 1.9 2007/03/02 11:45:52 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51.ebuild,v 1.10 2007/03/02 23:27:27 drizzt Exp $ inherit eutils autotools flag-o-matic toolchain-funcs games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/zsnes/${PN}${PV//./}src.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* ~amd64 x86 ~x86-fbsd" IUSE="ao custom-cflags opengl png" RDEPEND="media-libs/libsdl |