diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 12:42:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 13:01:07 +0200 |
commit | ac2c041d7d3e0d5dea4bb46fbec48227f2abeb5b (patch) | |
tree | 8bf47c11e0dba62d496ad9e440db9ce7a02e96ac /games-arcade | |
parent | dev-util/sgb: Remove support for non-existent deps (diff) | |
download | gentoo-ac2c041d7d3e0d5dea4bb46fbec48227f2abeb5b.tar.gz gentoo-ac2c041d7d3e0d5dea4bb46fbec48227f2abeb5b.tar.bz2 gentoo-ac2c041d7d3e0d5dea4bb46fbec48227f2abeb5b.zip |
games-arcade/emilia-pinball: Remove support for non-existent deps
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild b/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild index 519b304f6840..56747f703846 100644 --- a/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild +++ b/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,13 +15,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# Drop the libtool dep once libltdl goes stable. RDEPEND="virtual/opengl x11-libs/libSM media-libs/libsdl[joystick,opengl,video,X] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] - || ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )" + dev-libs/libltdl:0" DEPEND="${RDEPEND} x11-libs/libXt" |