commit: 8395854bcb2c56fa7b55637f37cf47211fd3a58f Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Jan 9 21:11:32 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Jan 9 21:11:32 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=8395854b
net-libs/libsearpc: Add missed python deps Package-Manager: portage-2.2.26 net-libs/libsearpc/libsearpc-3.0.7.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-libs/libsearpc/libsearpc-3.0.7.ebuild b/net-libs/libsearpc/libsearpc-3.0.7.ebuild index 2703e81..d1cb87a 100644 --- a/net-libs/libsearpc/libsearpc-3.0.7.ebuild +++ b/net-libs/libsearpc/libsearpc-3.0.7.ebuild @@ -9,7 +9,7 @@ inherit autotools python-single-r1 DESCRIPTION="RPC framework to handle the serialization/deserialization part of RPC" HOMEPAGE="https://github.com/haiwen/libsearpc http://www.seafile.com" -SRC_URI="https://github.com/haiwen/libsearpc/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -17,11 +17,12 @@ KEYWORDS="~amd64" IUSE="" RDEPEND="dev-libs/glib:2 - dev-libs/jansson" + dev-libs/jansson + ${PYTHON_DEPS}" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { - sed -i -e "s/(DESTDIR)//" libsearpc.pc.in || die + sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die eautoreconf }
