diff options
author | 2006-10-03 11:01:44 +0000 | |
---|---|---|
committer | 2006-10-03 11:01:44 +0000 | |
commit | 92e84660e39025b0cb4aa5cb3e88b083c9694f52 (patch) | |
tree | 41bd5e65e8ac8b9c5bc441332c8103dde47794d4 /net-im | |
parent | Fix uclibc patch and make it unconditional thanks to Natanael Copa <natanael.... (diff) | |
download | historical-92e84660e39025b0cb4aa5cb3e88b083c9694f52.tar.gz historical-92e84660e39025b0cb4aa5cb3e88b083c9694f52.tar.bz2 historical-92e84660e39025b0cb4aa5cb3e88b083c9694f52.zip |
bump
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype/skype-1.3.0.50.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/skype/skype-1.3.0.50.ebuild b/net-im/skype/skype-1.3.0.50.ebuild index 05ac2d98284f..0d207bca9c2e 100644 --- a/net-im/skype/skype-1.3.0.50.ebuild +++ b/net-im/skype/skype-1.3.0.50.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/skype/skype-1.3.0.50.ebuild,v 1.1 2006/10/03 00:12:52 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-1.3.0.50.ebuild,v 1.2 2006/10/03 11:01:44 humpback Exp $ inherit eutils qt3 @@ -26,6 +26,7 @@ DEPEND=" !static? ( >=app-emulation/emul-linux-x86-qtlibs-1.1 ) ) x86? ( >=sys-libs/glibc-2.3.2 >=media-libs/alsa-lib-1.0.11 + virtual/libstdc++ !static? ( $(qt_min_version 3.2) ) )" RDEPEND="${DEPEND} >=sys-apps/dbus-0.23.4" |