diff options
author | 2007-07-22 08:59:12 +0000 | |
---|---|---|
committer | 2007-07-22 08:59:12 +0000 | |
commit | 583071ad8a9ca23cb9bb12a12f28cf36f5106876 (patch) | |
tree | 8f0816519a2300760a4ec40fafc2e768395364c2 /media-video/xanim/xanim-2.80.1-r4.ebuild | |
parent | tabs are not whitespaces. (diff) | |
download | historical-583071ad8a9ca23cb9bb12a12f28cf36f5106876.tar.gz historical-583071ad8a9ca23cb9bb12a12f28cf36f5106876.tar.bz2 historical-583071ad8a9ca23cb9bb12a12f28cf36f5106876.zip |
Drop virtual/x11 references.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'media-video/xanim/xanim-2.80.1-r4.ebuild')
-rw-r--r-- | media-video/xanim/xanim-2.80.1-r4.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/media-video/xanim/xanim-2.80.1-r4.ebuild b/media-video/xanim/xanim-2.80.1-r4.ebuild index 4b445c4b4603..1323d7519893 100644 --- a/media-video/xanim/xanim-2.80.1-r4.ebuild +++ b/media-video/xanim/xanim-2.80.1-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.35 2007/07/12 02:40:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.36 2007/07/22 08:32:57 dberkholz Exp $ inherit flag-o-matic toolchain-funcs @@ -12,15 +12,12 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" -RDEPEND="|| ( ( x11-libs/libXext - x11-libs/libXt - ) - virtual/x11 - ) +RDEPEND="x11-libs/libXext + x11-libs/libXt >=sys-libs/zlib-1.1.3" DEPEND="${RDEPEND} >=sys-apps/sed-4.0.5 - || ( x11-proto/xextproto virtual/x11 )" + x11-proto/xextproto" MY_P=${PN}${PV//.} S=${WORKDIR}/${MY_P} |