From 0a8b7f26e76e9c22db1cc6a25d7bd08eee773493 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 5 Dec 2024 07:14:10 +0100 Subject: [PATCH] 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 --- dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild index 340e42b..92a9831 100644 --- a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild +++ b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild @@ -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 EAPI=8 @@ -14,7 +14,6 @@ HOMEPAGE="https://github.com/prawnpdf/prawn-templates" LICENSE="|| ( GPL-2+ GPL-3 Ruby )" SLOT="0" KEYWORDS="~amd64" -IUSE="" # prawn breaks tests for some reasons, needs to be investigated; code # still works though.