diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-17 18:13:37 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-17 18:13:56 -0500 |
commit | 62371c73c6a7d47115072018e65edf0c147c2f21 (patch) | |
tree | 896f8c015d541e6303569ac81b6290bc6b2d4f96 /dev-libs/libpo6 | |
parent | dev-python/pycparser: ensure modules are compiled (diff) | |
download | gentoo-62371c73c6a7d47115072018e65edf0c147c2f21.tar.gz gentoo-62371c73c6a7d47115072018e65edf0c147c2f21.tar.bz2 gentoo-62371c73c6a7d47115072018e65edf0c147c2f21.zip |
dev-libs/libpo6: bump EAPI and stuff
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/libpo6')
-rw-r--r-- | dev-libs/libpo6/libpo6-0.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libpo6/libpo6-0.8.0.ebuild b/dev-libs/libpo6/libpo6-0.8.0.ebuild index ff18663ad5b7..810e8444c7be 100644 --- a/dev-libs/libpo6/libpo6-0.8.0.ebuild +++ b/dev-libs/libpo6/libpo6-0.8.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="Hyperdex libpo6 support library" - HOMEPAGE="http://hyperdex.org" SRC_URI="http://hyperdex.org/src/${P}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" |