Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libosmo-abis/
Date: Mon, 04 Jun 2018 01:51:09
Message-Id: 1528077050.fcf909d9597f11d4673de1fd5a11b149845bc10a.zerochaos@gentoo
1 commit: fcf909d9597f11d4673de1fd5a11b149845bc10a
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 4 01:50:50 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 4 01:50:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf909d9
7
8 net-libs/libosmo-abis: fix missing dep, minor cleanup
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-libs/libosmo-abis/libosmo-abis-9999.ebuild | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/net-libs/libosmo-abis/libosmo-abis-9999.ebuild b/net-libs/libosmo-abis/libosmo-abis-9999.ebuild
16 index 00d1ef07ca5..3574747f1b9 100644
17 --- a/net-libs/libosmo-abis/libosmo-abis-9999.ebuild
18 +++ b/net-libs/libosmo-abis/libosmo-abis-9999.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=6
26
27 -inherit autotools git-2
28 +inherit autotools git-r3
29
30 DESCRIPTION="Osmocom library for A-bis interface"
31 HOMEPAGE="http://openbsc.osmocom.org/trac/wiki/libosmo-abis"
32 @@ -14,9 +14,11 @@ SLOT="0"
33 KEYWORDS=""
34 IUSE=""
35
36 -DEPEND="net-libs/ortp"
37 +DEPEND="net-libs/ortp
38 + >=net-libs/libosmocore-0.11.0"
39 RDEPEND="${DEPEND}"
40
41 src_prepare() {
42 + default
43 eautoreconf
44 }