summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 15:32:37 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-25 15:32:37 +0000
commit893490bd68f12a505a2de226d50e95035cee65c3 (patch)
tree2bdd1416080442e1b6413443b690cfa10b9eb03d /games-board
parentFix tcl/tk slotting (diff)
downloadgentoo-2-893490bd68f12a505a2de226d50e95035cee65c3.tar.gz
gentoo-2-893490bd68f12a505a2de226d50e95035cee65c3.tar.bz2
gentoo-2-893490bd68f12a505a2de226d50e95035cee65c3.zip
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/awale/ChangeLog5
-rw-r--r--games-board/awale/awale-1.5.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/games-board/awale/ChangeLog b/games-board/awale/ChangeLog
index 3a69ca480b0f..7d380611183a 100644
--- a/games-board/awale/ChangeLog
+++ b/games-board/awale/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/awale
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.9 2015/01/08 09:28:07 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.10 2015/03/25 15:32:37 jlec Exp $
+
+ 25 Mar 2015; Justin Lecher <jlec@gentoo.org> awale-1.5.ebuild:
+ Fix tcl/tk slotting
08 Jan 2015; Tupone Alfredo <tupone@gentoo.org> awale-1.5.ebuild:
Build without automake-1.13 Bug #533964
diff --git a/games-board/awale/awale-1.5.ebuild b/games-board/awale/awale-1.5.ebuild
index c98568851865..196e3b2888f8 100644
--- a/games-board/awale/awale-1.5.ebuild
+++ b/games-board/awale/awale-1.5.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.8 2015/01/08 09:28:07 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.9 2015/03/25 15:32:37 jlec Exp $
# do not use autotools related stuff in stable ebuilds
# unless you like random breakage: 469796, 469798, 424041
EAPI=5
+
inherit autotools eutils gnome2-utils games
DESCRIPTION="Free Awale - The game of all Africa"
@@ -18,7 +19,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="tk"
-RDEPEND="tk? ( dev-lang/tcl dev-lang/tk )"
+RDEPEND="tk? ( dev-lang/tcl:0= dev-lang/tk:0= )"
src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch