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 37532158649 for ; Wed, 10 May 2023 19:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79686E0ABA; Wed, 10 May 2023 19:39:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5CCD2E0ABA for ; Wed, 10 May 2023 19:39:57 +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 42DB6340C1C for ; Wed, 10 May 2023 19:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AED5EA5E for ; Wed, 10 May 2023 19:39:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683747568.7b8f711e9fe6e164b31b81a5bd3c22406e10da00.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/rp-pppoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/rp-pppoe/rp-pppoe-9999.ebuild X-VCS-Directories: net-dialup/rp-pppoe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b8f711e9fe6e164b31b81a5bd3c22406e10da00 X-VCS-Branch: master Date: Wed, 10 May 2023 19:39:54 +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: e15ac601-1784-4014-acde-35232328b852 X-Archives-Hash: a8bd12c693d30887d2f9c17b163752f2 commit: 7b8f711e9fe6e164b31b81a5bd3c22406e10da00 Author: Jaco Kroon uls co za> AuthorDate: Wed May 10 09:53:45 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 10 19:39:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8f711e net-dialup/rp-pppoe: 9999: fix dropping of polynomial-c patchset. Signed-off-by: Jaco Kroon uls.co.za> Signed-off-by: Sam James gentoo.org> net-dialup/rp-pppoe/rp-pppoe-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild b/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild index b7e763a73d83..49505ea74cfc 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild @@ -11,9 +11,8 @@ if [[ $PV = 9999 ]]; then inherit git-r3 EGIT_REPO_URI=https://github.com/dfskoll/rp-pppoe.git else - SRC_URI="https://dianne.skoll.ca/projects/rp-pppoe/download/${P}.tar.gz - https://dev.gentoo.org/~polynomial-c/dist/${PATCHSET}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + SRC_URI="https://dianne.skoll.ca/projects/rp-pppoe/download/${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-2"