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 6AD3915803E for ; Sat, 6 Jan 2024 08:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 891AE2BC014; Sat, 6 Jan 2024 08:41:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6180F2BC014 for ; Sat, 6 Jan 2024 08:41:48 +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 8671434314A for ; Sat, 6 Jan 2024 08:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECAF4AB4 for ; Sat, 6 Jan 2024 08:41:45 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1704530468.2935329b4b4a42db0e60f31888c3035a21ecce6b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/albert/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/albert/albert-0.22.12.ebuild x11-misc/albert/albert-0.22.17.ebuild X-VCS-Directories: x11-misc/albert/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2935329b4b4a42db0e60f31888c3035a21ecce6b X-VCS-Branch: master Date: Sat, 6 Jan 2024 08:41:45 +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: 760006a5-84e5-4eb7-8a59-686aaf35dce8 X-Archives-Hash: ca794a35f55c53a8485331eb6e882ed6 commit: 2935329b4b4a42db0e60f31888c3035a21ecce6b Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 6 08:41:08 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 6 08:41:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2935329b x11-misc/albert: Restore RESTRICT=mirror, add bindist Bug: https://bugs.gentoo.org/766129 Signed-off-by: Ulrich Müller gentoo.org> x11-misc/albert/albert-0.22.12.ebuild | 2 +- x11-misc/albert/albert-0.22.17.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/albert/albert-0.22.12.ebuild b/x11-misc/albert/albert-0.22.12.ebuild index 6c6ffdc56a39..bbe57e192cb9 100644 --- a/x11-misc/albert/albert-0.22.12.ebuild +++ b/x11-misc/albert/albert-0.22.12.ebuild @@ -31,7 +31,7 @@ REQUIRED_USE=" python-extensions? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) " -RESTRICT="mirror" +RESTRICT="mirror bindist" RDEPEND=" app-arch/libarchive:= diff --git a/x11-misc/albert/albert-0.22.17.ebuild b/x11-misc/albert/albert-0.22.17.ebuild index af062db342a8..188be790f708 100644 --- a/x11-misc/albert/albert-0.22.17.ebuild +++ b/x11-misc/albert/albert-0.22.17.ebuild @@ -26,6 +26,7 @@ LICENSE="Albert-1.0" SLOT="0" KEYWORDS="~amd64" IUSE="debug +python +python-extensions" +RESTRICT="mirror bindist" REQUIRED_USE=" python-extensions? ( python )