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 BBE2A138334 for ; Sat, 2 Nov 2019 11:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC92FE07DB; Sat, 2 Nov 2019 11:45:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 96963E07DB for ; Sat, 2 Nov 2019 11:45:25 +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 4267634C6DE for ; Sat, 2 Nov 2019 11:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17981773 for ; Sat, 2 Nov 2019 11:45:22 +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: <1572694888.25c02841f22cb191de145a0ca795a950345de8d9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/wimlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/wimlib/wimlib-1.12.0.ebuild app-arch/wimlib/wimlib-1.13.0.ebuild X-VCS-Directories: app-arch/wimlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 25c02841f22cb191de145a0ca795a950345de8d9 X-VCS-Branch: master Date: Sat, 2 Nov 2019 11:45:22 +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: 0068b597-45e8-455b-a8f3-53cd3cab63d1 X-Archives-Hash: 91f059b345af88058e81960296300229 commit: 25c02841f22cb191de145a0ca795a950345de8d9 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 2 11:41:28 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 2 11:41:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c02841 app-arch/wimlib: Remove RESTRICT=primaryuri Closes: https://bugs.gentoo.org/696826 Signed-off-by: Michał Górny gentoo.org> app-arch/wimlib/wimlib-1.12.0.ebuild | 3 +-- app-arch/wimlib/wimlib-1.13.0.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app-arch/wimlib/wimlib-1.12.0.ebuild b/app-arch/wimlib/wimlib-1.12.0.ebuild index 77b9c95e275..c8a393c4005 100644 --- a/app-arch/wimlib/wimlib-1.12.0.ebuild +++ b/app-arch/wimlib/wimlib-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,6 @@ else MY_PV="${PV/_/-}" MY_PV="${MY_PV^^}" SRC_URI="https://wimlib.net/downloads/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz" - RESTRICT="primaryuri" KEYWORDS="~amd64 ~x86" fi diff --git a/app-arch/wimlib/wimlib-1.13.0.ebuild b/app-arch/wimlib/wimlib-1.13.0.ebuild index 9db9ef57d01..c8a393c4005 100644 --- a/app-arch/wimlib/wimlib-1.13.0.ebuild +++ b/app-arch/wimlib/wimlib-1.13.0.ebuild @@ -12,7 +12,6 @@ else MY_PV="${PV/_/-}" MY_PV="${MY_PV^^}" SRC_URI="https://wimlib.net/downloads/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz" - RESTRICT="primaryuri" KEYWORDS="~amd64 ~x86" fi