From 9edd331e569309c068f5d01c8eab9fa812ba4eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 18 Jan 2021 13:51:18 +0100 Subject: [PATCH] dev-libs/granite: fix keywords MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Maciej Barć --- dev-libs/granite/granite-5.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/granite/granite-5.3.0.ebuild b/dev-libs/granite/granite-5.3.0.ebuild index dc1cb86..7a1cf25 100644 --- a/dev-libs/granite/granite-5.3.0.ebuild +++ b/dev-libs/granite/granite-5.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/elementary/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="~amd64" IUSE="doc +introspection test" RESTRICT="!test? ( test )"