jlec 15/03/25 15:42:07 Modified: xconq-7.4.1.ebuild ChangeLog Log: Fix tcl/tk slotting (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.17 games-strategy/xconq/xconq-7.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild?r1=1.16&r2=1.17 Index: xconq-7.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- xconq-7.4.1.ebuild 13 Oct 2010 23:47:25 -0000 1.16 +++ xconq-7.4.1.ebuild 25 Mar 2015 15:42:07 -0000 1.17 @@ -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 @@ 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 \ 1.17 games-strategy/xconq/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 7 Oct 2010 09:06:55 -0000 1.16 +++ ChangeLog 25 Mar 2015 15:42:07 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xconq -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.16 2010/10/07 09:06:55 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.17 2015/03/25 15:42:07 jlec Exp $ + + 25 Mar 2015; Justin Lecher <j...@gentoo.org> xconq-7.4.1.ebuild: + Fix tcl/tk slotting 07 Oct 2010; Alfredo Tupone <tup...@gentoo.org> xconq-7.4.1.ebuild: Respect LDFLAGS. Bug #339871 by flamee...@gentoo.org