commit: fcf909d9597f11d4673de1fd5a11b149845bc10a Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org> AuthorDate: Mon Jun 4 01:50:50 2018 +0000 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Mon Jun 4 01:50:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf909d9
net-libs/libosmo-abis: fix missing dep, minor cleanup Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-libs/libosmo-abis/libosmo-abis-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-libs/libosmo-abis/libosmo-abis-9999.ebuild b/net-libs/libosmo-abis/libosmo-abis-9999.ebuild index 00d1ef07ca5..3574747f1b9 100644 --- a/net-libs/libosmo-abis/libosmo-abis-9999.ebuild +++ b/net-libs/libosmo-abis/libosmo-abis-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit autotools git-2 +inherit autotools git-r3 DESCRIPTION="Osmocom library for A-bis interface" HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/libosmo-abis" @@ -14,9 +14,11 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="net-libs/ortp" +DEPEND="net-libs/ortp + >=net-libs/libosmocore-0.11.0" RDEPEND="${DEPEND}" src_prepare() { + default eautoreconf }
