diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-07 11:53:06 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-11 12:40:22 +0100 |
commit | 67221dc8c25e2afe6363dcc85942dba78d0e8905 (patch) | |
tree | 36cb9a0917ca1765addccf2eb62299e1079b190f /app-officeext | |
parent | app-antivirus/clamav: x86 stable wrt bug #822984 (diff) | |
download | gentoo-67221dc8c25e2afe6363dcc85942dba78d0e8905.tar.gz gentoo-67221dc8c25e2afe6363dcc85942dba78d0e8905.tar.bz2 gentoo-67221dc8c25e2afe6363dcc85942dba78d0e8905.zip |
app-officeext/barcode: Port to EAPI 7
Closes: https://bugs.gentoo.org/819720
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/barcode/barcode-1.3.5.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild index 2092af9716fe..dbcec84c3263 100644 --- a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild +++ b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 OFFICE_EXTENSIONS=( "${PN}_${PV}.oxt" @@ -15,4 +15,3 @@ SRC_URI="https://extensions.libreoffice.org/extension-center/${PN}/releases/${PV LICENSE="LGPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" |