dev-ruby/prawn-templates: Improve ebuild for QA

Fixes:
  EmptyGlobalAssignment: version 0.1.2-r1: line 17: empty global assignment: IUSE=""

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2024-12-05 07:14:10 +01:00
parent cc48843386
commit 0a8b7f26e7
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -14,7 +14,6 @@ HOMEPAGE="https://github.com/prawnpdf/prawn-templates"
LICENSE="|| ( GPL-2+ GPL-3 Ruby )" LICENSE="|| ( GPL-2+ GPL-3 Ruby )"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
IUSE=""
# prawn breaks tests for some reasons, needs to be investigated; code # prawn breaks tests for some reasons, needs to be investigated; code
# still works though. # still works though.