diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:42:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:42:46 +0000 |
commit | 4d2d16fd177fd6b76b18366284fb018d0f6451cb (patch) | |
tree | f3bab8d39620340eef4146d28a02dde634fc4b7c /games-engines | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-4d2d16fd177fd6b76b18366284fb018d0f6451cb.tar.gz gentoo-2-4d2d16fd177fd6b76b18366284fb018d0f6451cb.tar.bz2 gentoo-2-4d2d16fd177fd6b76b18366284fb018d0f6451cb.zip |
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/qtads/ChangeLog | 9 | ||||
-rw-r--r-- | games-engines/qtads/qtads-2.1.5.ebuild | 6 | ||||
-rw-r--r-- | games-engines/qtads/qtads-2.1.6.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-engines/qtads/ChangeLog b/games-engines/qtads/ChangeLog index 0020f5d06bbd..d986ff3966e1 100644 --- a/games-engines/qtads/ChangeLog +++ b/games-engines/qtads/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-engines/qtads -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.30 2013/03/02 21:15:26 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.31 2014/05/15 16:42:46 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> qtads-2.1.5.ebuild, + qtads-2.1.6.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qtads-2.1.5.ebuild, qtads-2.1.6.ebuild: diff --git a/games-engines/qtads/qtads-2.1.5.ebuild b/games-engines/qtads/qtads-2.1.5.ebuild index 694d553360f5..668d64486911 100644 --- a/games-engines/qtads/qtads-2.1.5.ebuild +++ b/games-engines/qtads/qtads-2.1.5.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-engines/qtads/qtads-2.1.5.ebuild,v 1.6 2013/03/02 21:15:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.5.ebuild,v 1.7 2014/05/15 16:42:46 ulm Exp $ EAPI=4 inherit eutils gnome2-utils fdo-mime qt4-r2 games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="media-libs/libsdl[audio] +DEPEND="media-libs/libsdl[sound] media-libs/sdl-mixer[midi,vorbis] media-libs/sdl-sound[mp3] dev-qt/qtcore:4 diff --git a/games-engines/qtads/qtads-2.1.6.ebuild b/games-engines/qtads/qtads-2.1.6.ebuild index 62bed51311e9..16b51a64471e 100644 --- a/games-engines/qtads/qtads-2.1.6.ebuild +++ b/games-engines/qtads/qtads-2.1.6.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-engines/qtads/qtads-2.1.6.ebuild,v 1.3 2013/03/02 21:15:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.6.ebuild,v 1.4 2014/05/15 16:42:46 ulm Exp $ EAPI=5 inherit eutils gnome2-utils fdo-mime qt4-r2 games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="media-libs/libsdl[audio] +DEPEND="media-libs/libsdl[sound] media-libs/sdl-mixer[midi,vorbis] media-libs/sdl-sound[mp3] dev-qt/qtcore:4 |