diff options
-rw-r--r-- | net-libs/libosmo-abis/libosmo-abis-9999.ebuild | 10 |
1 files 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 00d1ef07ca50..3574747f1b9d 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 } |