diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-03-18 07:35:12 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-03-18 07:35:12 +0000 |
commit | ea33b6793a99ea1e3b978585d1d274f5abb3137d (patch) | |
tree | f33a4612497d55c4caf919b82c4d7e3a5283e34a /net-misc/icaclient | |
parent | Marked ~hppa (bug #213740). (diff) | |
download | gentoo-2-ea33b6793a99ea1e3b978585d1d274f5abb3137d.tar.gz gentoo-2-ea33b6793a99ea1e3b978585d1d274f5abb3137d.tar.bz2 gentoo-2-ea33b6793a99ea1e3b978585d1d274f5abb3137d.zip |
add RDEPEND on x11-terms/xterm (bug 213743 by ulm); the RDEPENDS are actually no build DEPENDS, so empty the latter; adjust dependency on emul-linux-x86-xlibs, as it has been fixed from bug 200426
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/icaclient')
-rw-r--r-- | net-misc/icaclient/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-10.6-r3.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog index a27ff1e3ff4d..06e895e7a4e2 100644 --- a/net-misc/icaclient/ChangeLog +++ b/net-misc/icaclient/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/icaclient # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.49 2008/03/15 18:20:17 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.50 2008/03/18 07:35:12 opfer Exp $ + + 18 Mar 2008; Christian Faulhammer <opfer@gentoo.org> + icaclient-10.6-r3.ebuild: + add RDEPEND on x11-terms/xterm (bug 213743 by ulm); the RDEPENDS are + actually no build DEPENDS, so empty the latter; adjust dependency on + emul-linux-x86-xlibs, as it has been fixed from bug 200426 15 Mar 2008; Christian Faulhammer <opfer@gentoo.org> icaclient-10.6-r3.ebuild: diff --git a/net-misc/icaclient/icaclient-10.6-r3.ebuild b/net-misc/icaclient/icaclient-10.6-r3.ebuild index caa19de86a65..000c1149dd9b 100644 --- a/net-misc/icaclient/icaclient-10.6-r3.ebuild +++ b/net-misc/icaclient/icaclient-10.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-10.6-r3.ebuild,v 1.3 2008/03/15 18:20:17 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-10.6-r3.ebuild,v 1.4 2008/03/18 07:35:12 opfer Exp $ inherit eutils multilib rpm @@ -25,7 +25,7 @@ QA_TEXTRELS="opt/ICAClient/VDSCARD.DLL opt/ICAClient/npica.so opt/ICAClient/VDSPMIKE.DLL" -RDEPEND="virtual/libc +RDEPEND="x11-terms/xterm x86? ( x11-libs/libXp x11-libs/libXaw @@ -33,8 +33,8 @@ RDEPEND="virtual/libc x11-libs/libSM x11-libs/libICE >=x11-libs/openmotif-2.3.0 ) - amd64? ( =app-emulation/emul-linux-x86-xlibs-10* )" -DEPEND="${RDEPEND}" + amd64? ( >=app-emulation/emul-linux-x86-xlibs-2008016 )" +DEPEND="" S="${WORKDIR}/usr" |