aboutsummaryrefslogtreecommitdiffstats
path: root/app-office/beancount/beancount-9999.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2022-03-16 10:46:21 +0100
committerWolfgang Müller2022-03-16 10:50:23 +0100
commit993eda826ee5b66b4591fc0c49cc3e9c6bb32a61 (patch)
tree4677e4a603fe720a23cc81750cf59f9ce393bbeb /app-office/beancount/beancount-9999.ebuild
parentc64a7250d003abe6267c27efccdc98f418facd5c (diff)
downloadpramantha-993eda826ee5b66b4591fc0c49cc3e9c6bb32a61.tar.gz
app-office/beancount: update EAPI 7 -> 8
Diffstat (limited to 'app-office/beancount/beancount-9999.ebuild')
-rw-r--r--app-office/beancount/beancount-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-office/beancount/beancount-9999.ebuild b/app-office/beancount/beancount-9999.ebuild
index 723feae..ed997ec 100644
--- a/app-office/beancount/beancount-9999.ebuild
+++ b/app-office/beancount/beancount-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_9 )
DISTUTILS_USE_SETUPTOOLS="rdepend"
@@ -14,7 +14,6 @@ if [[ ${PV} == 9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/beancount/beancount"
EGIT_BRANCH="v2"
- KEYWORDS=""
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="amd64 x86"