diff options
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/exult-sound/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/exult-sound/exult-sound-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/exult-sound/ChangeLog b/games-misc/exult-sound/ChangeLog index 4b6d687ba2b9..282717ceb6d0 100644 --- a/games-misc/exult-sound/ChangeLog +++ b/games-misc/exult-sound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/exult-sound # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/exult-sound/ChangeLog,v 1.2 2015/01/09 01:56:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/exult-sound/ChangeLog,v 1.3 2015/02/08 09:34:27 ago Exp $ + + 08 Feb 2015; Agostino Sarubbo <ago@gentoo.org> exult-sound-0.ebuild: + Stable for amd64, wrt bug #539298 09 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> exult-sound-0.ebuild: add blocker on old 'stable' version of exult diff --git a/games-misc/exult-sound/exult-sound-0.ebuild b/games-misc/exult-sound/exult-sound-0.ebuild index 0d66187c8a5e..f13a3e1736c0 100644 --- a/games-misc/exult-sound/exult-sound-0.ebuild +++ b/games-misc/exult-sound/exult-sound-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/exult-sound/exult-sound-0.ebuild,v 1.2 2015/01/09 01:56:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/exult-sound/exult-sound-0.ebuild,v 1.3 2015/02/08 09:34:27 ago Exp $ EAPI=5 inherit games @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/exult/U7MusicOGG_1of2.zip LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="!<games-engines/exult-9999" |