diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-25 15:42:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-25 15:42:07 +0000 |
commit | c36cc79ecb13fadd41bde4bf6f7af2efc87293ef (patch) | |
tree | 0d2bb16364d0affbcc30b3d57fb49b541dd17979 /games-strategy/xconq/xconq-7.4.1.ebuild | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-c36cc79ecb13fadd41bde4bf6f7af2efc87293ef.tar.gz gentoo-2-c36cc79ecb13fadd41bde4bf6f7af2efc87293ef.tar.bz2 gentoo-2-c36cc79ecb13fadd41bde4bf6f7af2efc87293ef.zip |
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'games-strategy/xconq/xconq-7.4.1.ebuild')
-rw-r--r-- | games-strategy/xconq/xconq-7.4.1.ebuild | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/games-strategy/xconq/xconq-7.4.1.ebuild b/games-strategy/xconq/xconq-7.4.1.ebuild index 1a9567988459..8f49255ee580 100644 --- a/games-strategy/xconq/xconq-7.4.1.ebuild +++ b/games-strategy/xconq/xconq-7.4.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.16 2010/10/13 23:47:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.17 2015/03/25 15:42:07 jlec Exp $ EAPI=2 + inherit eutils games DESCRIPTION="a general strategy game system" @@ -15,15 +16,18 @@ KEYWORDS="amd64 ppc x86" IUSE="" RESTRICT="test" -DEPEND="x11-libs/libXmu +DEPEND=" + x11-libs/libXmu x11-libs/libXaw - dev-lang/tk - dev-lang/tcl" - -PATCHES=( "${FILESDIR}"/${PN}-gcc-3.4.patch - "${FILESDIR}"/${PN}-tkconq.patch - "${FILESDIR}"/${PN}-make-382.patch - ) + dev-lang/tk:0 + dev-lang/tcl:0" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-gcc-3.4.patch + "${FILESDIR}"/${PN}-tkconq.patch + "${FILESDIR}"/${PN}-make-382.patch + ) src_configure() { egamesconf \ |