diff options
author | 2009-03-21 05:51:26 +0000 | |
---|---|---|
committer | 2009-03-21 05:51:26 +0000 | |
commit | 23fd3246bcbf313b974dd5d95ca675734e17443c (patch) | |
tree | 039ea1ec550daf88cd2357bcc80c148e8c8f3766 /dev-python/skype4py/skype4py-1.0.31.0.ebuild | |
parent | Stable for HPPA (bug #261488). (diff) | |
download | gentoo-2-23fd3246bcbf313b974dd5d95ca675734e17443c.tar.gz gentoo-2-23fd3246bcbf313b974dd5d95ca675734e17443c.tar.bz2 gentoo-2-23fd3246bcbf313b974dd5d95ca675734e17443c.zip |
skype4py is pretty useless if skype is not installed - listed on the homepage as a requirement
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/skype4py/skype4py-1.0.31.0.ebuild')
-rw-r--r-- | dev-python/skype4py/skype4py-1.0.31.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/skype4py/skype4py-1.0.31.0.ebuild b/dev-python/skype4py/skype4py-1.0.31.0.ebuild index 7eb6fed11b58..fe7940f389cf 100644 --- a/dev-python/skype4py/skype4py-1.0.31.0.ebuild +++ b/dev-python/skype4py/skype4py-1.0.31.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/skype4py/skype4py-1.0.31.0.ebuild,v 1.1 2009/03/21 04:59:04 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/skype4py/skype4py-1.0.31.0.ebuild,v 1.2 2009/03/21 05:51:26 darkside Exp $ inherit distutils @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~amd64" IUSE="doc" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + net-im/skype" S="${WORKDIR}/Skype4Py-${PV}" |