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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65F25138359 for ; Sun, 5 Jul 2020 20:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BEA3E0883; Sun, 5 Jul 2020 20:13:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EFECE0884 for ; Sun, 5 Jul 2020 20:13:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C98A334F38D for ; Sun, 5 Jul 2020 20:12:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BADF2CE for ; Sun, 5 Jul 2020 20:12:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1593979969.7b25f1d4b0a8ab55db319b340beae5ba590ced68.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gaupol/gaupol-1.8-r1.ebuild X-VCS-Directories: media-video/gaupol/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b25f1d4b0a8ab55db319b340beae5ba590ced68 X-VCS-Branch: master Date: Sun, 5 Jul 2020 20:12:57 +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: 3c1e138c-d401-4736-b4ba-a8304ea69b25 X-Archives-Hash: 38fa5fbe61d56aee584a8f6252c45a06 commit: 7b25f1d4b0a8ab55db319b340beae5ba590ced68 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 5 19:56:52 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 5 20:12:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b25f1d4 media-video/gaupol: Stabilize 1.8-r1 amd64, #730730 Signed-off-by: Michał Górny gentoo.org> media-video/gaupol/gaupol-1.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/gaupol/gaupol-1.8-r1.ebuild b/media-video/gaupol/gaupol-1.8-r1.ebuild index 155f07f9576..aab18b7c267 100644 --- a/media-video/gaupol/gaupol-1.8-r1.ebuild +++ b/media-video/gaupol/gaupol-1.8-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 arm64 ~x86" +KEYWORDS="amd64 arm64 ~x86" IUSE="spell test" RESTRICT="!test? ( test )"