diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:27:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 16:27:04 +0000 |
commit | 7b2d30f7bff793e8d93d1481f4c1a9ef928cc26d (patch) | |
tree | e73880829193d01828224124e5eebb92fd6dff3d /games-arcade/apricots | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-7b2d30f7bff793e8d93d1481f4c1a9ef928cc26d.tar.gz gentoo-2-7b2d30f7bff793e8d93d1481f4c1a9ef928cc26d.tar.bz2 gentoo-2-7b2d30f7bff793e8d93d1481f4c1a9ef928cc26d.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-arcade/apricots')
-rw-r--r-- | games-arcade/apricots/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/apricots/apricots-0.2.6-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/apricots/ChangeLog b/games-arcade/apricots/ChangeLog index 94796133116a..009369db1aa0 100644 --- a/games-arcade/apricots/ChangeLog +++ b/games-arcade/apricots/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/apricots -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.18 2013/05/11 05:16:44 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.19 2014/05/15 16:27:04 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> apricots-0.2.6-r1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 11 May 2013; Michael Sterrett <mr_bones_@gentoo.org> apricots-0.2.6-r1.ebuild: EAPI=5; tidy diff --git a/games-arcade/apricots/apricots-0.2.6-r1.ebuild b/games-arcade/apricots/apricots-0.2.6-r1.ebuild index 066d54f010a9..30033b12744c 100644 --- a/games-arcade/apricots/apricots-0.2.6-r1.ebuild +++ b/games-arcade/apricots/apricots-0.2.6-r1.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-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.12 2013/05/11 05:16:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.13 2014/05/15 16:27:04 ulm Exp $ EAPI=5 inherit autotools eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd" IUSE="" -DEPEND="media-libs/libsdl[audio,video] +DEPEND="media-libs/libsdl[sound,video] media-libs/openal media-libs/freealut" RDEPEND="${DEPEND}" |