diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-08-14 15:37:58 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-08-14 15:37:58 +0000 |
commit | ebefbe42de3ace5cb93ec6f6aa16450a0aaa40c4 (patch) | |
tree | 1e5f2850b406d86d54add0b7635bef70f10ec282 /net-im | |
parent | Fix installation when PORTAGE_TMPDIR != /var/tmp thanks to Lars (Polynomial-C... (diff) | |
download | gentoo-2-ebefbe42de3ace5cb93ec6f6aa16450a0aaa40c4.tar.gz gentoo-2-ebefbe42de3ace5cb93ec6f6aa16450a0aaa40c4.tar.bz2 gentoo-2-ebefbe42de3ace5cb93ec6f6aa16450a0aaa40c4.zip |
Fix RDEPEND/DEPEND thanks to Vitaly <va@mail.ru> in bug 115312
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/licq/licq-1.3.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog index ed056d379047..930ac155d8ba 100644 --- a/net-im/licq/ChangeLog +++ b/net-im/licq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/licq # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.77 2006/08/14 15:33:29 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.78 2006/08/14 15:37:58 genstef Exp $ + + 14 Aug 2006; Stefan Schweizer <genstef@gentoo.org> licq-1.3.2-r1.ebuild: + Fix RDEPEND/DEPEND thanks to Vitaly <va@mail.ru> in bug 115312 14 Aug 2006; Stefan Schweizer <genstef@gentoo.org> licq-1.2.7.ebuild, licq-1.3.0.ebuild, licq-1.3.2.ebuild, licq-1.3.2-r1.ebuild: diff --git a/net-im/licq/licq-1.3.2-r1.ebuild b/net-im/licq/licq-1.3.2-r1.ebuild index 7b3becf12e60..37f941a4f0e6 100644 --- a/net-im/licq/licq-1.3.2-r1.ebuild +++ b/net-im/licq/licq-1.3.2-r1.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/net-im/licq/licq-1.3.2-r1.ebuild,v 1.5 2006/08/14 15:33:29 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2-r1.ebuild,v 1.6 2006/08/14 15:37:58 genstef Exp $ inherit eutils kde-functions multilib @@ -19,12 +19,12 @@ IUSE="ssl socks5 qt3 kde ncurses crypt msn" # need-kde and their eclass friends inject things into DEPEND. But we only # want them enabled if the kde USE flag is set. We get around this in the # following dep lines: -RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )" DEPEND="kde? ( >=kde-base/kdelibs-3.0 ) ssl? ( >=dev-libs/openssl-0.9.6 ) qt3? ( =x11-libs/qt-3* ) ncurses? ( sys-libs/ncurses >=dev-libs/cdk-4.9.11.20031210-r1 ) crypt? ( >=app-crypt/gpgme-1.0.0 )" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |