diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-17 17:47:54 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-17 17:48:38 -0500 |
commit | 4f44959d09b89bb8b53a98fbc6f6586c8b4d9c47 (patch) | |
tree | 617c6025f5ff6b36dfa19a22909dca85b88a57b1 /dev-libs/busybee | |
parent | app-portage/gpyutils: Bump to 0.3 (diff) | |
download | gentoo-4f44959d09b89bb8b53a98fbc6f6586c8b4d9c47.tar.gz gentoo-4f44959d09b89bb8b53a98fbc6f6586c8b4d9c47.tar.bz2 gentoo-4f44959d09b89bb8b53a98fbc6f6586c8b4d9c47.zip |
dev-libs/busybee: bump EAPI and stuff
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/busybee')
-rw-r--r-- | dev-libs/busybee/busybee-0.7.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/busybee/busybee-0.7.0.ebuild b/dev-libs/busybee/busybee-0.7.0.ebuild index ee89822abdde..165343bc960f 100644 --- a/dev-libs/busybee/busybee-0.7.0.ebuild +++ b/dev-libs/busybee/busybee-0.7.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 DESCRIPTION="A messaging abstraction on top of TCP sockets used in HyperDex" - HOMEPAGE="http://hyperdex.org" SRC_URI="http://hyperdex.org/src/${P}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" |