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 | da619f63e7611eb0033788667d4cf0fb2da6ad05 (patch) | |
tree | 446b019373eee9388d5ec53e2bced1f9249827c1 /games-strategy | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | gentoo-2-da619f63e7611eb0033788667d4cf0fb2da6ad05.tar.gz gentoo-2-da619f63e7611eb0033788667d4cf0fb2da6ad05.tar.bz2 gentoo-2-da619f63e7611eb0033788667d4cf0fb2da6ad05.zip |
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-strategy')
-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} |