diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:09:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:09:28 +0000 |
commit | e09019ed3f04071e34b8639497c7525f741af1b2 (patch) | |
tree | 4f1a74698d7857742ba5c6780346f1e68e95f7ff /net-im/skype | |
parent | dep typo (diff) | |
download | gentoo-2-e09019ed3f04071e34b8639497c7525f741af1b2.tar.gz gentoo-2-e09019ed3f04071e34b8639497c7525f741af1b2.tar.bz2 gentoo-2-e09019ed3f04071e34b8639497c7525f741af1b2.zip |
dep typo
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-im/skype')
-rw-r--r-- | net-im/skype/skype-1.1.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/skype/skype-1.1.0.3.ebuild b/net-im/skype/skype-1.1.0.3.ebuild index e4d8bbd737a7..781cdbba2e57 100644 --- a/net-im/skype/skype-1.1.0.3.ebuild +++ b/net-im/skype/skype-1.1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-1.1.0.3.ebuild,v 1.3 2005/06/02 17:26:04 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-1.1.0.3.ebuild,v 1.4 2005/06/09 01:05:16 mr_bones_ Exp $ inherit eutils @@ -21,9 +21,9 @@ DEPEND=">=sys-apps/dbus-0.23.4 amd64? ( app-emulation/emul-linux-x86-glibc >=app-emulation/emul-linux-x86-xlibs-1.2 >=app-emulation/emul-linux-x86-baselibs-2.1.1 - !static? ( >=app-emulation/emul-linux-x86-qtlibs-1.1 )) + !static? ( >=app-emulation/emul-linux-x86-qtlibs-1.1 ) ) x86? ( !static? ( >=x11-libs/qt-3.2 ) - >=sys-libs/glibc-2.2.5)" + >=sys-libs/glibc-2.2.5 )" src_unpack() { if use static; |