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 95D29158020 for ; Mon, 19 Dec 2022 10:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54478E0B37; Mon, 19 Dec 2022 10:57:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3CE36E0B3B for ; Mon, 19 Dec 2022 10:57:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D602A34096C for ; Mon, 19 Dec 2022 10:57:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 535C17F9 for ; Mon, 19 Dec 2022 10:56:57 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1671389936.082ed12d634c804e6dfe612f4d6b23fc1201fa05.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/aaaaxy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-puzzle/aaaaxy/aaaaxy-1.2.377.ebuild games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild X-VCS-Directories: games-puzzle/aaaaxy/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 082ed12d634c804e6dfe612f4d6b23fc1201fa05 X-VCS-Branch: master Date: Mon, 19 Dec 2022 10:56: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: a2c580e9-1f1a-4bbb-8e15-3d842ba85d21 X-Archives-Hash: 24e7dd3d54a214d37d9e9c0dc4bb29a8 commit: 082ed12d634c804e6dfe612f4d6b23fc1201fa05 Author: Nicola Smaniotto gmail com> AuthorDate: Sun Dec 18 18:58:07 2022 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Dec 18 18:58:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=082ed12d games-puzzle/aaaaxy: restrict bindist Signed-off-by: Nicola Smaniotto gmail.com> games-puzzle/aaaaxy/aaaaxy-1.2.377.ebuild | 2 ++ games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/games-puzzle/aaaaxy/aaaaxy-1.2.377.ebuild b/games-puzzle/aaaaxy/aaaaxy-1.2.377.ebuild index e79897bb1..efd32fc2a 100644 --- a/games-puzzle/aaaaxy/aaaaxy-1.2.377.ebuild +++ b/games-puzzle/aaaaxy/aaaaxy-1.2.377.ebuild @@ -18,6 +18,8 @@ LICENSE="Apache-2.0 BSD MIT || ( FTL GPL-2+ )" SLOT="0" KEYWORDS="~amd64" +RESTRICT="bindist" # possibly incompatible with GPL-2+ + DEPEND=" media-libs/alsa-lib media-libs/libglvnd diff --git a/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild b/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild index e04d1f801..828c934de 100644 --- a/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild +++ b/games-puzzle/aaaaxy/aaaaxy-1.2.399.ebuild @@ -18,6 +18,8 @@ LICENSE="Apache-2.0 BSD MIT || ( FTL GPL-2+ )" SLOT="0" KEYWORDS="~amd64" +RESTRICT="bindist" # possibly incompatible with GPL-2+ + DEPEND=" media-libs/alsa-lib media-libs/libglvnd