From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C514315817D for ; Wed, 19 Jun 2024 05:20:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EA6DE2A63; Wed, 19 Jun 2024 05:20:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 303E7E2A63 for ; Wed, 19 Jun 2024 05:20:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EAF2335DEB for ; Wed, 19 Jun 2024 05:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90D681D25 for ; Wed, 19 Jun 2024 05:20:51 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1718774436.fac626f38007c363fb7fa58c948f79bf0c03675b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/blink1/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/blink1/blink1-1.98-r2.ebuild X-VCS-Directories: app-misc/blink1/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: fac626f38007c363fb7fa58c948f79bf0c03675b X-VCS-Branch: master Date: Wed, 19 Jun 2024 05:20:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a5f105cd-f761-43ef-b224-406e7150924c X-Archives-Hash: 1b2b0a662a57c9c08e727010c18d787c commit: fac626f38007c363fb7fa58c948f79bf0c03675b Author: Martin Kolleck gmail com> AuthorDate: Tue Jun 18 19:32:20 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Jun 19 05:20:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac626f3 app-misc/blink1: Fix QA errors reported through `pkgcheck`. Signed-off-by: Martin Kolleck gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37207 Signed-off-by: Arthur Zamarin gentoo.org> app-misc/blink1/blink1-1.98-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/blink1/blink1-1.98-r2.ebuild b/app-misc/blink1/blink1-1.98-r2.ebuild index 6e914c9db749..f0cec6ceb496 100644 --- a/app-misc/blink1/blink1-1.98-r2.ebuild +++ b/app-misc/blink1/blink1-1.98-r2.ebuild @@ -25,9 +25,9 @@ SRC_URI="https://github.com/todbot/blink1/archive/v${MY_PV}.tar.gz -> ${MY_P}.ta S="${WORKDIR}/${MY_P}" -KEYWORDS="~amd64 ~x86" -SLOT="0" LICENSE="CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="doc examples +tool mini-tool server" REQUIRED_USE="|| ( tool mini-tool server )"