diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2018-06-03 21:50:50 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2018-06-03 21:50:50 -0400 |
commit | fcf909d9597f11d4673de1fd5a11b149845bc10a (patch) | |
tree | b8ceeccee43180bdcf157764231a738bca94b848 /net-libs/libosmo-abis | |
parent | games-simulation/flightgear: version bump 2018.2.1 (diff) | |
download | gentoo-fcf909d9597f11d4673de1fd5a11b149845bc10a.tar.gz gentoo-fcf909d9597f11d4673de1fd5a11b149845bc10a.tar.bz2 gentoo-fcf909d9597f11d4673de1fd5a11b149845bc10a.zip |
net-libs/libosmo-abis: fix missing dep, minor cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-libs/libosmo-abis')
-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 } |