diff options
author | 2005-06-09 01:10:57 +0000 | |
---|---|---|
committer | 2005-06-09 01:10:57 +0000 | |
commit | 248c585fc1d1d46a7c0c377bfb936ebe0baa5654 (patch) | |
tree | 85bad58e0f425a2c2188654a20555d48fa9202a9 /net-im | |
parent | dep typo (diff) | |
download | historical-248c585fc1d1d46a7c0c377bfb936ebe0baa5654.tar.gz historical-248c585fc1d1d46a7c0c377bfb936ebe0baa5654.tar.bz2 historical-248c585fc1d1d46a7c0c377bfb936ebe0baa5654.zip |
dep typo
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype/Manifest | 4 | ||||
-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 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net-im/skype/Manifest b/net-im/skype/Manifest index 45156a2bb023..d65501e0418a 100644 --- a/net-im/skype/Manifest +++ b/net-im/skype/Manifest @@ -1,8 +1,8 @@ MD5 dbaa6f09202bfea8c248e1f7c222d40f metadata.xml 488 MD5 0ef3f7552b0d4ac60d28361f8e01a561 skype-1.0.0.7.ebuild 2803 MD5 8529ca7d83fe1dc0add402e4ba4972c2 skype-1.1.0.3.ebuild 2752 -MD5 bd3e0d3606383c2e816699ff5e89686a skype-1.1.0.13.ebuild 2974 -MD5 63f1ea46e3ac91d729854294aacd5bd5 skype-1.1.0.3-r1.ebuild 2831 +MD5 f55d394958fdb3e8c4fd6ed911836b2c skype-1.1.0.13.ebuild 2977 +MD5 0a7ebb2b6a4d7e9a01f898a2c707a1c2 skype-1.1.0.3-r1.ebuild 2834 MD5 19f3f29e4b2a2201e75d1b334b72acd4 ChangeLog 7407 MD5 727e272483e1254bbc685d0ad7dec093 skype-1.0.0.20.ebuild 2747 MD5 0fd51a0eb686552fb6ec45a0bc151d75 files/digest-skype-1.1.0.3 209 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; |