diff options
author | 2015-03-25 15:33:09 +0000 | |
---|---|---|
committer | 2015-03-25 15:33:09 +0000 | |
commit | 0e3ec5f3ce4cc54fb58f9a05f0e5600c3e0ac3c4 (patch) | |
tree | 912d46936c047ba983cefcad6b638972767c0857 /games-emulation | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-0e3ec5f3ce4cc54fb58f9a05f0e5600c3e0ac3c4.tar.gz gentoo-2-0e3ec5f3ce4cc54fb58f9a05f0e5600c3e0ac3c4.tar.bz2 gentoo-2-0e3ec5f3ce4cc54fb58f9a05f0e5600c3e0ac3c4.zip |
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/openmsx/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/openmsx/openmsx-0.9.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games-emulation/openmsx/ChangeLog b/games-emulation/openmsx/ChangeLog index 2c2bc8d790f7..5c40342ed060 100644 --- a/games-emulation/openmsx/ChangeLog +++ b/games-emulation/openmsx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/openmsx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.51 2015/01/18 11:32:28 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.52 2015/03/25 15:33:09 jlec Exp $ + + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> openmsx-0.9.1.ebuild: + Fix tcl/tk slotting 18 Jan 2015; Tupone Alfredo <tupone@gentoo.org> openmsx-0.9.1.ebuild, +files/openmsx-0.9.1-verbose.patch: diff --git a/games-emulation/openmsx/openmsx-0.9.1.ebuild b/games-emulation/openmsx/openmsx-0.9.1.ebuild index 1394c8142c21..e243568b9872 100644 --- a/games-emulation/openmsx/openmsx-0.9.1.ebuild +++ b/games-emulation/openmsx/openmsx-0.9.1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild,v 1.7 2015/01/18 11:32:28 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild,v 1.8 2015/03/25 15:33:09 jlec Exp $ EAPI=5 + inherit eutils games DESCRIPTION="MSX emulator that aims for perfection" @@ -14,7 +15,8 @@ SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="" -DEPEND="dev-lang/tcl +DEPEND=" + dev-lang/tcl:0= dev-libs/libxml2 media-libs/libpng:0 media-libs/libsdl[sound,video] |