diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:14:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:14:43 +0000 |
commit | 1be3c8a85d1b035cfc3b8356c7ed241d0421c33c (patch) | |
tree | e846e636e9d9cc201f0fdc06030468e207cc97d9 /net-im | |
parent | dep typo (diff) | |
download | gentoo-2-1be3c8a85d1b035cfc3b8356c7ed241d0421c33c.tar.gz gentoo-2-1be3c8a85d1b035cfc3b8356c7ed241d0421c33c.tar.bz2 gentoo-2-1be3c8a85d1b035cfc3b8356c7ed241d0421c33c.zip |
dep typo
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype/skype-1.1.0.13.ebuild | 6 | ||||
-rw-r--r-- | net-im/skype/skype-1.1.0.3-r1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-im/skype/skype-1.1.0.13.ebuild b/net-im/skype/skype-1.1.0.13.ebuild index 0e984d86b10d..8ab0a3585a1a 100644 --- a/net-im/skype/skype-1.1.0.13.ebuild +++ b/net-im/skype/skype-1.1.0.13.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.13.ebuild,v 1.3 2005/06/08 00:50:54 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-1.1.0.13.ebuild,v 1.4 2005/06/09 01:10:57 mr_bones_ Exp $ inherit eutils @@ -21,9 +21,9 @@ DEPEND=" 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.3.2)" + >=sys-libs/glibc-2.3.2 )" RDEPEND="${DEPEND} >=sys-apps/dbus-0.23.4" diff --git a/net-im/skype/skype-1.1.0.3-r1.ebuild b/net-im/skype/skype-1.1.0.3-r1.ebuild index 654a6e1ff63b..c2cafb48066c 100644 --- a/net-im/skype/skype-1.1.0.3-r1.ebuild +++ b/net-im/skype/skype-1.1.0.3-r1.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-r1.ebuild,v 1.2 2005/06/02 17:26:04 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-1.1.0.3-r1.ebuild,v 1.3 2005/06/09 01:10:57 mr_bones_ Exp $ inherit eutils @@ -21,9 +21,9 @@ DEPEND="=sys-apps/dbus-0.23* 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; |