diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-03-21 18:42:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-03-21 18:42:28 +0000 |
commit | 58e320b8fcc75eb2b8f73dbe6d745d96e7f77996 (patch) | |
tree | 08a2ca92d80f8e73c4cae7a87f3a4d7f60ca9b3e /net-misc/nxcomp/nxcomp-1.3.2-r1.ebuild | |
parent | Stable on amd64 (bug #126888) (diff) | |
download | historical-58e320b8fcc75eb2b8f73dbe6d745d96e7f77996.tar.gz historical-58e320b8fcc75eb2b8f73dbe6d745d96e7f77996.tar.bz2 historical-58e320b8fcc75eb2b8f73dbe6d745d96e7f77996.zip |
Add modular X deps, remove older 1.5.0 ebuild
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'net-misc/nxcomp/nxcomp-1.3.2-r1.ebuild')
-rw-r--r-- | net-misc/nxcomp/nxcomp-1.3.2-r1.ebuild | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/net-misc/nxcomp/nxcomp-1.3.2-r1.ebuild b/net-misc/nxcomp/nxcomp-1.3.2-r1.ebuild index 7b5e27468df2..f11069145194 100644 --- a/net-misc/nxcomp/nxcomp-1.3.2-r1.ebuild +++ b/net-misc/nxcomp/nxcomp-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/nxcomp-1.3.2-r1.ebuild,v 1.3 2005/01/02 10:19:41 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/nxcomp-1.3.2-r1.ebuild,v 1.4 2006/03/21 18:42:28 agriffis Exp $ MY_P="${PN}-1.3.2-4" DESCRIPTION="X11 protocol compression library" @@ -10,15 +10,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND=">=media-libs/jpeg-6b-r3 ->=media-libs/libpng-1.2.5-r4 ->=sys-devel/gcc-3.2.3-r2 ->=sys-libs/glibc-2.3.2-r3 ->=sys-libs/zlib-1.1.4-r2 -virtual/x11" - -# Run-time dependencies, same as DEPEND if RDEPEND isn't defined: -#RDEPEND="" +RDEPEND=">=media-libs/jpeg-6b-r3 + >=media-libs/libpng-1.2.5-r4 + >=sys-libs/glibc-2.3.2-r3 + >=sys-libs/zlib-1.1.4-r2 + || ( x11-libs/libXt virtual/x11 )" +DEPEND="${RDEPEND} + >=sys-devel/gcc-3.2.3-r2 + || ( x11-proto/xproto virtual/x11 )" S=${WORKDIR}/${PN} |