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 5F413138359 for ; Sun, 22 Nov 2020 21:02:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9092BE07DB; Sun, 22 Nov 2020 21:02:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 76F9AE07DB for ; Sun, 22 Nov 2020 21:02:20 +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 4489A335D8E for ; Sun, 22 Nov 2020 21:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86EF9435 for ; Sun, 22 Nov 2020 21:02:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1606078934.8354eb0b72d995ca490855ba58f2b3c5c7277c08.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/bison/bison-3.7.3.ebuild sys-devel/bison/bison-3.7.4.ebuild X-VCS-Directories: sys-devel/bison/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8354eb0b72d995ca490855ba58f2b3c5c7277c08 X-VCS-Branch: master Date: Sun, 22 Nov 2020 21:02:17 +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: 161f9d8d-aa37-4e07-8be4-0dcbf3298e44 X-Archives-Hash: 6d155e4834a28d04c0d17c44e64d2de3 commit: 8354eb0b72d995ca490855ba58f2b3c5c7277c08 Author: Lars Wendler gentoo org> AuthorDate: Sun Nov 22 21:00:27 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Nov 22 21:02:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8354eb0b sys-devel/bison: Removed mirror restriction Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> sys-devel/bison/bison-3.7.3.ebuild | 3 +-- sys-devel/bison/bison-3.7.4.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-devel/bison/bison-3.7.3.ebuild b/sys-devel/bison/bison-3.7.3.ebuild index 22d0bec0252..8a91a8bc81a 100644 --- a/sys-devel/bison/bison-3.7.3.ebuild +++ b/sys-devel/bison/bison-3.7.3.ebuild @@ -17,8 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples nls static test" -RESTRICT="!test? ( test ) - mirror" +RESTRICT="!test? ( test )" # gettext _IS_ required in RDEPEND because >=bison-3.7 links against # libtextstyle.so!!! (see bug #740754) diff --git a/sys-devel/bison/bison-3.7.4.ebuild b/sys-devel/bison/bison-3.7.4.ebuild index 22d0bec0252..8a91a8bc81a 100644 --- a/sys-devel/bison/bison-3.7.4.ebuild +++ b/sys-devel/bison/bison-3.7.4.ebuild @@ -17,8 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples nls static test" -RESTRICT="!test? ( test ) - mirror" +RESTRICT="!test? ( test )" # gettext _IS_ required in RDEPEND because >=bison-3.7 links against # libtextstyle.so!!! (see bug #740754)