summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-03-31 20:34:14 +0200
committerFabian Groffen <grobian@gentoo.org>2024-04-05 20:34:40 +0200
commit980594a8d3fb6517673747c5797ce41d7b83cfa0 (patch)
tree7c07efd2e0097c40bfa6057aba8ebf12d1116d57 /app-text/antixls
parentsys-libs/libuuid: EAPI8 bump (diff)
downloadgentoo-980594a8d3fb6517673747c5797ce41d7b83cfa0.tar.gz
gentoo-980594a8d3fb6517673747c5797ce41d7b83cfa0.tar.bz2
gentoo-980594a8d3fb6517673747c5797ce41d7b83cfa0.zip
app-text/antixls: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text/antixls')
-rw-r--r--app-text/antixls/antixls-0.3b.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/antixls/antixls-0.3b.ebuild b/app-text/antixls/antixls-0.3b.ebuild
index 39fa4963ce93..392f97f84af0 100644
--- a/app-text/antixls/antixls-0.3b.ebuild
+++ b/app-text/antixls/antixls-0.3b.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Print out an XLS file with minimal formatting, or extract the data into CSV"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.perl"
+
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
+
DEPEND="dev-perl/Spreadsheet-ParseExcel"
RDEPEND="${DEPEND}"