diff options
author | Olivier Crête <tester@gentoo.org> | 2009-08-08 03:07:22 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-08-08 03:07:22 +0000 |
commit | befdc1e896ac1a5501062bafd8ef60d423ae02c5 (patch) | |
tree | 286fe2979b032303b99bf6622c310b0dad6a857d /net-voip | |
parent | Version bump, enable tests (diff) | |
download | historical-befdc1e896ac1a5501062bafd8ef60d423ae02c5.tar.gz historical-befdc1e896ac1a5501062bafd8ef60d423ae02c5.tar.bz2 historical-befdc1e896ac1a5501062bafd8ef60d423ae02c5.zip |
Oops, puts test? in the right section
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-idle/telepathy-idle-0.1.4.ebuild | 8 | ||||
-rw-r--r-- | net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-voip/telepathy-idle/telepathy-idle-0.1.4.ebuild b/net-voip/telepathy-idle/telepathy-idle-0.1.4.ebuild index cd51f87c797b..d59f8e3d2f96 100644 --- a/net-voip/telepathy-idle/telepathy-idle-0.1.4.ebuild +++ b/net-voip/telepathy-idle/telepathy-idle-0.1.4.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/net-voip/telepathy-idle/telepathy-idle-0.1.4.ebuild,v 1.2 2009/08/08 02:38:45 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-idle/telepathy-idle-0.1.4.ebuild,v 1.3 2009/08/08 03:07:22 tester Exp $ DESCRIPTION="A IRC connection manager for Telepathy" HOMEPAGE="http://telepathy.freedesktop.org/" @@ -16,12 +16,12 @@ RDEPEND=">=net-libs/telepathy-glib-0.7.15 =dev-libs/glib-2* sys-apps/dbus >=dev-libs/openssl-0.9.7 - dev-libs/dbus-glib - test? ( dev-python/twisted-words )" + dev-libs/dbus-glib" DEPEND="${RDEPEND} dev-libs/libxslt - dev-lang/python" + dev-lang/python + test? ( dev-python/twisted-words )" src_install() { emake DESTDIR="${D}" install || die "emake install failed" diff --git a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild index 184bd54ccd94..38aee9d2bc73 100644 --- a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild +++ b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.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/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild,v 1.3 2009/08/08 02:51:16 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild,v 1.4 2009/08/08 03:06:43 tester Exp $ inherit autotools @@ -17,12 +17,12 @@ RDEPEND=">=net-libs/sofia-sip-1.12.10 >=net-libs/telepathy-glib-0.7.27 >=dev-libs/glib-2.16 sys-apps/dbus - dev-libs/dbus-glib - test? ( dev-python/twisted )" + dev-libs/dbus-glib" DEPEND="${RDEPEND} dev-libs/libxslt - dev-lang/python" + dev-lang/python + test? ( dev-python/twisted )" src_unpack() { unpack ${A} |