diff options
author | 2013-06-29 17:40:01 +0000 | |
---|---|---|
committer | 2013-06-29 17:40:01 +0000 | |
commit | 6a677974d72c3dfa450ce84f1da673e90a14a2c6 (patch) | |
tree | bb60e1f93731963fcb9bd7b86fe311a77ed05a71 /games-util | |
parent | add slot to libsdl dep (diff) | |
download | gentoo-2-6a677974d72c3dfa450ce84f1da673e90a14a2c6.tar.gz gentoo-2-6a677974d72c3dfa450ce84f1da673e90a14a2c6.tar.bz2 gentoo-2-6a677974d72c3dfa450ce84f1da673e90a14a2c6.zip |
add slot to libsdl dep
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/joystick/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/joystick/joystick-1.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/joystick/ChangeLog b/games-util/joystick/ChangeLog index 47b79c5f339e..8c05094bac27 100644 --- a/games-util/joystick/ChangeLog +++ b/games-util/joystick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/joystick # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.19 2013/01/23 06:13:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.20 2013/06/29 17:40:01 mr_bones_ Exp $ + + 29 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> joystick-1.4.4.ebuild: + add slot to libsdl dep *joystick-1.4.4 (23 Jan 2013) diff --git a/games-util/joystick/joystick-1.4.4.ebuild b/games-util/joystick/joystick-1.4.4.ebuild index 53ab6abd716b..e0ef1567c272 100644 --- a/games-util/joystick/joystick-1.4.4.ebuild +++ b/games-util/joystick/joystick-1.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.4.ebuild,v 1.1 2013/01/23 06:13:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.4.ebuild,v 1.2 2013/06/29 17:40:01 mr_bones_ Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="sdl" -DEPEND="sdl? ( media-libs/libsdl[video] ) +DEPEND="sdl? ( media-libs/libsdl:0[video] ) !<x11-libs/tslib-1.0-r2" RDEPEND="${DEPEND}" |