ulm 14/05/15 16:55:57 Modified: ChangeLog angband-3.4.1.ebuild Log: 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!)
Revision Changes Path 1.53 games-roguelike/angband/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 13 Dec 2013 20:34:07 -0000 1.52 +++ ChangeLog 15 May 2014 16:55:56 -0000 1.53 @@ -1,6 +1,10 @@ # ChangeLog for games-roguelike/angband -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.52 2013/12/13 20:34:07 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.53 2014/05/15 16:55:56 ulm Exp $ + + 15 May 2014; Ulrich Müller <[email protected]> angband-3.4.1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 13 Dec 2013; Julian Ospald <[email protected]> angband-3.4.1.ebuild: fix datadir install location 1.7 games-roguelike/angband/angband-3.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/angband-3.4.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/angband-3.4.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/angband-3.4.1.ebuild?r1=1.6&r2=1.7 Index: angband-3.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.4.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- angband-3.4.1.ebuild 13 Dec 2013 20:34:07 -0000 1.6 +++ angband-3.4.1.ebuild 15 May 2014 16:55:56 -0000 1.7 @@ -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-roguelike/angband/angband-3.4.1.ebuild,v 1.6 2013/12/13 20:34:07 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.4.1.ebuild,v 1.7 2014/05/15 16:55:56 ulm Exp $ EAPI=4 inherit eutils versionator games @@ -24,7 +24,7 @@ media-libs/sdl-ttf media-libs/sdl-image sound? ( media-libs/sdl-mixer - media-libs/libsdl[audio] ) )" + media-libs/libsdl[sound] ) )" DEPEND="${RDEPEND} virtual/pkgconfig"
