summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-01-09 01:56:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-01-09 01:56:10 +0000
commitc197725125ea09f87e832eb4bde7206abf179d17 (patch)
tree7370051f25739e3725d70f06b073194ed3cc83c3
parentadd live version of ebuild which is recommended for use by upstream. (diff)
downloadgentoo-2-c197725125ea09f87e832eb4bde7206abf179d17.tar.gz
gentoo-2-c197725125ea09f87e832eb4bde7206abf179d17.tar.bz2
gentoo-2-c197725125ea09f87e832eb4bde7206abf179d17.zip
add blocker on old 'stable' version of exult
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r--games-misc/exult-sound/ChangeLog5
-rw-r--r--games-misc/exult-sound/exult-sound-0.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/games-misc/exult-sound/ChangeLog b/games-misc/exult-sound/ChangeLog
index 6c92c1b8dbfe..4b6d687ba2b9 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.1 2015/01/09 01:51:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/exult-sound/ChangeLog,v 1.2 2015/01/09 01:56:10 mr_bones_ Exp $
+
+ 09 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> exult-sound-0.ebuild:
+ add blocker on old 'stable' version of exult
*exult-sound-0 (09 Jan 2015)
diff --git a/games-misc/exult-sound/exult-sound-0.ebuild b/games-misc/exult-sound/exult-sound-0.ebuild
index 39f1ca4576c9..0d66187c8a5e 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.1 2015/01/09 01:51:55 mr_bones_ Exp $
+# $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 $
EAPI=5
inherit games
@@ -17,6 +17,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+DEPEND="!<games-engines/exult-9999"
+
S=${WORKDIR}
src_unpack() {