diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:16:13 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:16:13 +0000 |
commit | cedc50abfe96c76dad69f76957ddc8b3a6ff4e51 (patch) | |
tree | 1282acd313113a973c81ef71aef281d5f2410533 /games-util/showeq | |
parent | Stable on Alpha. (diff) | |
download | gentoo-2-cedc50abfe96c76dad69f76957ddc8b3a6ff4e51.tar.gz gentoo-2-cedc50abfe96c76dad69f76957ddc8b3a6ff4e51.tar.bz2 gentoo-2-cedc50abfe96c76dad69f76957ddc8b3a6ff4e51.zip |
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-util/showeq')
-rw-r--r-- | games-util/showeq/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.0.0.18.ebuild | 4 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.2.4.0.ebuild | 4 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.3.0.0.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/games-util/showeq/ChangeLog b/games-util/showeq/ChangeLog index 34c12d594e21..dd851848ff74 100644 --- a/games-util/showeq/ChangeLog +++ b/games-util/showeq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/showeq # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.19 2006/10/15 22:49:35 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.20 2006/12/06 21:16:13 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + showeq-5.0.0.18.ebuild, showeq-5.2.4.0.ebuild, showeq-5.3.0.0.ebuild: + Remove old virtual/x11 dependency. *showeq-5.6.0.0 (15 Oct 2006) diff --git a/games-util/showeq/showeq-5.0.0.18.ebuild b/games-util/showeq/showeq-5.0.0.18.ebuild index f56cd7218b46..0b1660a038e0 100644 --- a/games-util/showeq/showeq-5.0.0.18.ebuild +++ b/games-util/showeq/showeq-5.0.0.18.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-util/showeq/showeq-5.0.0.18.ebuild,v 1.7 2006/04/02 09:04:29 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.0.0.18.ebuild,v 1.8 2006/12/06 21:16:13 wolf31o2 Exp $ inherit kde games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~ppc x86" IUSE="" -DEPEND="|| ( x11-libs/libXt virtual/x11 ) +DEPEND="x11-libs/libXt media-libs/libpng virtual/libpcap $(qt_min_version 3.1) diff --git a/games-util/showeq/showeq-5.2.4.0.ebuild b/games-util/showeq/showeq-5.2.4.0.ebuild index 2647a68f0e11..b161155aa2c6 100644 --- a/games-util/showeq/showeq-5.2.4.0.ebuild +++ b/games-util/showeq/showeq-5.2.4.0.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-util/showeq/showeq-5.2.4.0.ebuild,v 1.5 2006/04/02 09:04:29 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.2.4.0.ebuild,v 1.6 2006/12/06 21:16:13 wolf31o2 Exp $ inherit kde games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="|| ( x11-libs/libXt virtual/x11 ) +DEPEND="x11-libs/libXt media-libs/libpng virtual/libpcap $(qt_min_version 3.2) diff --git a/games-util/showeq/showeq-5.3.0.0.ebuild b/games-util/showeq/showeq-5.3.0.0.ebuild index f1a616d92c18..2ef0df9e503b 100644 --- a/games-util/showeq/showeq-5.3.0.0.ebuild +++ b/games-util/showeq/showeq-5.3.0.0.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-util/showeq/showeq-5.3.0.0.ebuild,v 1.2 2006/04/02 09:04:29 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.3.0.0.ebuild,v 1.3 2006/12/06 21:16:13 wolf31o2 Exp $ inherit kde games @@ -18,7 +18,7 @@ RDEPEND="virtual/libpcap >=sys-libs/gdbm-1.8.0" DEPEND="${RDEPEND} - || ( x11-libs/libXt virtual/x11 )" + x11-libs/libXt" PATCHES="${FILESDIR}/${P}"-gcc4.patch |