Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/busybee/
Date: Sun, 17 Nov 2019 22:48:49
Message-Id: 1574030918.4f44959d09b89bb8b53a98fbc6f6586c8b4d9c47.bman@gentoo
1 commit: 4f44959d09b89bb8b53a98fbc6f6586c8b4d9c47
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 22:47:54 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 22:48:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f44959d
7
8 dev-libs/busybee: bump EAPI and stuff
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-libs/busybee/busybee-0.7.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/busybee/busybee-0.7.0.ebuild b/dev-libs/busybee/busybee-0.7.0.ebuild
16 index ee89822abdd..165343bc960 100644
17 --- a/dev-libs/busybee/busybee-0.7.0.ebuild
18 +++ b/dev-libs/busybee/busybee-0.7.0.ebuild
19 @@ -1,12 +1,12 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=4
25 +EAPI=7
26
27 DESCRIPTION="A messaging abstraction on top of TCP sockets used in HyperDex"
28 -
29 HOMEPAGE="http://hyperdex.org"
30 SRC_URI="http://hyperdex.org/src/${P}.tar.gz"
31 +
32 LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="~amd64"