diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2006-12-03 10:42:18 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2006-12-03 10:42:18 +0000 |
commit | dea6c7d9d0aceb286ce46e03a32aa75677c50b1c (patch) | |
tree | 316fc168f691e13012f4df2bdcb3d827deb67d06 /net-im/tapiocad | |
parent | Fix dep: dbus wrt bug #154521. (diff) | |
download | gentoo-2-dea6c7d9d0aceb286ce46e03a32aa75677c50b1c.tar.gz gentoo-2-dea6c7d9d0aceb286ce46e03a32aa75677c50b1c.tar.bz2 gentoo-2-dea6c7d9d0aceb286ce46e03a32aa75677c50b1c.zip |
QA fix
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'net-im/tapiocad')
-rw-r--r-- | net-im/tapiocad/tapiocad-0.3.9.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/net-im/tapiocad/tapiocad-0.3.9.ebuild b/net-im/tapiocad/tapiocad-0.3.9.ebuild index 1b1f482aeac0..eb07ce152954 100644 --- a/net-im/tapiocad/tapiocad-0.3.9.ebuild +++ b/net-im/tapiocad/tapiocad-0.3.9.ebuild @@ -1,19 +1,24 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild,v 1.3 2006/12/03 10:35:24 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild,v 1.4 2006/12/03 10:42:18 peper Exp $ DESCRIPTION="Tapioca framework for VOIP and IM" HOMEPAGE="http://tapioca-voip.sf.net" -LICENSE="LGPL-2" SRC_URI="mirror://sourceforge/tapioca-voip/tapioca-${PV}.tar.gz" + +LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -S="${WORKDIR}/tapioca-${PV}" -RDEPEND=">=dev-libs/glib-2 + +DEPEND=">=dev-libs/glib-2 || ( >=dev-libs/dbus-glib-0.71 ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/tapioca-${PV}" + src_install() { make DESTDIR=${D} install || die "make install failed" } |