diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-06-26 22:01:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-06-26 22:01:40 +0000 |
commit | 6b71cf555da5e673d004b4701ca0d96144f3be9c (patch) | |
tree | 91ab2467f6edc5c952c2d92c23416c18be5f6404 /games-emulation | |
parent | Add keepdir /usr/share/GeoIP. (diff) | |
download | gentoo-2-6b71cf555da5e673d004b4701ca0d96144f3be9c.tar.gz gentoo-2-6b71cf555da5e673d004b4701ca0d96144f3be9c.tar.bz2 gentoo-2-6b71cf555da5e673d004b4701ca0d96144f3be9c.zip |
make sure libsdl has X support (bug #514388)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/stella/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/stella/stella-3.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/stella/ChangeLog b/games-emulation/stella/ChangeLog index 0479b1ab0a4c..70345d738670 100644 --- a/games-emulation/stella/ChangeLog +++ b/games-emulation/stella/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/stella -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.79 2013/07/02 18:59:56 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.80 2014/06/26 22:01:40 mr_bones_ Exp $ + + 26 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> stella-3.9.ebuild: + make sure libsdl has X support (bug #514388) *stella-3.9 (02 Jul 2013) diff --git a/games-emulation/stella/stella-3.9.ebuild b/games-emulation/stella/stella-3.9.ebuild index aa0efa29bee8..80e98861278d 100644 --- a/games-emulation/stella/stella-3.9.ebuild +++ b/games-emulation/stella/stella-3.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v 1.1 2013/07/02 18:59:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v 1.2 2014/06/26 22:01:40 mr_bones_ Exp $ EAPI=2 inherit eutils gnome2-utils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="joystick opengl" -DEPEND="media-libs/libsdl[joystick?,opengl?,video] +DEPEND="media-libs/libsdl[joystick?,opengl?,X,video] x11-libs/libX11 media-libs/libpng:0 sys-libs/zlib |