summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-09-05 16:13:29 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-09-05 16:13:29 +0000
commit4671e6f543a34079a56281491b9d9a33f2acc3f4 (patch)
treeb8c14e2b6decc6f7a30632175cb72aef32030a6e /net-im/skype
parentNew version on cpan (diff)
downloadgentoo-2-4671e6f543a34079a56281491b9d9a33f2acc3f4.tar.gz
gentoo-2-4671e6f543a34079a56281491b9d9a33f2acc3f4.tar.bz2
gentoo-2-4671e6f543a34079a56281491b9d9a33f2acc3f4.zip
Closing #58658
Diffstat (limited to 'net-im/skype')
-rw-r--r--net-im/skype/ChangeLog5
-rw-r--r--net-im/skype/skype-0.91.0.3.ebuild16
2 files changed, 16 insertions, 5 deletions
diff --git a/net-im/skype/ChangeLog b/net-im/skype/ChangeLog
index a33ce6470927..deff6eb88622 100644
--- a/net-im/skype/ChangeLog
+++ b/net-im/skype/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/skype
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.14 2004/09/04 16:37:23 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.15 2004/09/05 16:13:29 aliz Exp $
+
+ 05 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> skype-0.91.0.3.ebuild:
+ Added amd64 keyword, closing #58658.
*skype-0.91.0.12 (04 Sep 2004)
diff --git a/net-im/skype/skype-0.91.0.3.ebuild b/net-im/skype/skype-0.91.0.3.ebuild
index 5cbebdaf1a8e..68f0c0799a72 100644
--- a/net-im/skype/skype-0.91.0.3.ebuild
+++ b/net-im/skype/skype-0.91.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-0.91.0.3.ebuild,v 1.2 2004/08/23 18:10:50 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-0.91.0.3.ebuild,v 1.3 2004/09/05 16:13:29 aliz Exp $
inherit eutils
@@ -13,10 +13,18 @@ SRC_URI="
!qt? ( http://download.skype.com/linux/${PN}_ver-${SVER}-staticQT.tar.bz2 )"
LICENSE="skype-eula"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE="qt arts esd"
-DEPEND="qt? ( >=x11-libs/qt-3.2 )
- >=sys-libs/glibc-2.2.5"
+DEPEND="amd64? ( app-emulation/emul-linux-x86-glibc
+ app-emulation/emul-linux-x86-xlibs
+ app-emulation/emul-linux-x86-compat
+ app-emulation/emul-linux-x86-baselibs
+ qt? ( app-emulation/emul-linux-x86-qtlibs )
+ )
+ x86? ( qt? ( >=x11-libs/qt-3.2 )
+ >=sys-libs/glibc-2.2.5
+ )"
+
S="${WORKDIR}/${PN}_ver_${SVER}"
src_unpack() {