Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/enet/
Date: Wed, 03 Jan 2018 18:39:27
Message-Id: 1515004645.92d124db318763837c407b84fbbb8b177e9edfbe.soap@gentoo
1 commit: 92d124db318763837c407b84fbbb8b177e9edfbe
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 18:37:25 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 18:37:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d124db
7
8 net-libs/enet: [QA] Minor touchups
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-libs/enet/enet-1.2.2-r1.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/net-libs/enet/enet-1.2.2-r1.ebuild b/net-libs/enet/enet-1.2.2-r1.ebuild
16 index 574384dac15..08483450a9e 100644
17 --- a/net-libs/enet/enet-1.2.2-r1.ebuild
18 +++ b/net-libs/enet/enet-1.2.2-r1.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="6"
25 +EAPI=6
26
27 DESCRIPTION="relatively thin, simple and robust network communication layer on top of UDP"
28 HOMEPAGE="http://enet.bespin.org/"
29 @@ -13,7 +13,5 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
30 IUSE="static-libs"
31
32 src_configure() {
33 - econf \
34 - --disable-dependency-tracking \
35 - $(use_enable static-libs static)
36 + econf $(use_enable static-libs static)
37 }