Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdnet/
Date: Sat, 26 Sep 2020 09:20:33
Message-Id: 1601112027.9af2739ab2183db40ef053cc4724153d4e0ba5df.jer@gentoo
1 commit: 9af2739ab2183db40ef053cc4724153d4e0ba5df
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 09:20:20 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 09:20:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af2739a
7
8 dev-libs/libdnet: Switch live ebuild to the exciting branch
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 dev-libs/libdnet/libdnet-9999.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-libs/libdnet/libdnet-9999.ebuild b/dev-libs/libdnet/libdnet-9999.ebuild
17 index ca4ff35ff01..c1471b35968 100644
18 --- a/dev-libs/libdnet/libdnet-9999.ebuild
19 +++ b/dev-libs/libdnet/libdnet-9999.ebuild
20 @@ -10,6 +10,7 @@ inherit autotools distutils-r1 git-r3
21 DESCRIPTION="simplified, portable interface to several low-level networking routines"
22 HOMEPAGE="https://github.com/ofalk/libdnet"
23 EGIT_REPO_URI="https://github.com/ofalk/libdnet"
24 +EGIT_BRANCH="devel"
25 LICENSE="LGPL-2"
26
27 SLOT="0"