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 4FD6D13835A for ; Sat, 9 Jan 2021 10:43:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C45E0830; Sat, 9 Jan 2021 10:43:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6905BE0830 for ; Sat, 9 Jan 2021 10:43:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F2CB4340E71 for ; Sat, 9 Jan 2021 10:43:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DA4948D for ; Sat, 9 Jan 2021 10:43:20 +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: <1610188998.74b4fb2032abd2431ac2e471cc4eb4ee745316f0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/argp-standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild X-VCS-Directories: sys-libs/argp-standalone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 74b4fb2032abd2431ac2e471cc4eb4ee745316f0 X-VCS-Branch: master Date: Sat, 9 Jan 2021 10:43:20 +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: 21e599f1-377a-4963-910f-c5861fe2ec7c X-Archives-Hash: 73dbc999da0089c7a847d3eaa5b466cc commit: 74b4fb2032abd2431ac2e471cc4eb4ee745316f0 Author: Sam James gentoo org> AuthorDate: Sat Jan 9 10:42:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 9 10:43:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b4fb20 sys-libs/argp-standalone: fix StaticSrcUri Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild b/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild index e8a52b5d5a9..142f2d8054f 100644 --- a/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild +++ b/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit autotools flag-o-matic DESCRIPTION="Standalone argp library for use with uclibc" HOMEPAGE="http://www.lysator.liu.se/~nisse/misc/" -SRC_URI="http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz" +SRC_URI="http://www.lysator.liu.se/~nisse/misc/${P}.tar.gz" LICENSE="public-domain GPL-2 GPL-3 XC" SLOT="0"