diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:12:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:12:09 +0000 |
commit | b3d69ee23ff816c8228400e49ef665be08e83f30 (patch) | |
tree | 65f8a93b3ee745fb154b5396576c671d05748ba6 /games-strategy/xconq | |
parent | Remove obsolete version to force people to update and prevent bugs like #147863. (diff) | |
download | historical-b3d69ee23ff816c8228400e49ef665be08e83f30.tar.gz historical-b3d69ee23ff816c8228400e49ef665be08e83f30.tar.bz2 historical-b3d69ee23ff816c8228400e49ef665be08e83f30.zip |
Remove old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-strategy/xconq')
-rw-r--r-- | games-strategy/xconq/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/xconq/xconq-7.4.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-strategy/xconq/ChangeLog b/games-strategy/xconq/ChangeLog index 0607cfe3b58d..e1a4b9aa1b41 100644 --- a/games-strategy/xconq/ChangeLog +++ b/games-strategy/xconq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xconq # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.7 2006/03/22 23:12:54 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.8 2006/12/06 21:12:09 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> xconq-7.4.1.ebuild: + Remove old virtual/x11 dependency. 22 Mar 2006; <Tupone@gentoo.org> +files/xconq-tkconq.patch, xconq-7.4.1.ebuild: diff --git a/games-strategy/xconq/xconq-7.4.1.ebuild b/games-strategy/xconq/xconq-7.4.1.ebuild index ddd3b57ee1fe..6f142c508880 100644 --- a/games-strategy/xconq/xconq-7.4.1.ebuild +++ b/games-strategy/xconq/xconq-7.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.9 2006/03/22 23:12:54 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.10 2006/12/06 21:12:09 wolf31o2 Exp $ inherit eutils games @@ -13,11 +13,11 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -RDEPEND="|| ( x11-libs/libXmu virtual/x11 ) +RDEPEND="x11-libs/libXmu dev-lang/tk dev-lang/tcl" DEPEND="${RDEPEND} - || ( x11-libs/libXaw virtual/x11 )" + x11-libs/libXaw" src_unpack() { unpack ${A} |