diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 10:42:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 10:43:18 +0000 |
commit | 74b4fb2032abd2431ac2e471cc4eb4ee745316f0 (patch) | |
tree | 7afaf50bfb2d1a5c66bc8fe8f0ff2186c270e608 /sys-libs/argp-standalone | |
parent | app-accessibility/powiedz: fix StaticSrcUri (diff) | |
download | gentoo-74b4fb2032abd2431ac2e471cc4eb4ee745316f0.tar.gz gentoo-74b4fb2032abd2431ac2e471cc4eb4ee745316f0.tar.bz2 gentoo-74b4fb2032abd2431ac2e471cc4eb4ee745316f0.zip |
sys-libs/argp-standalone: fix StaticSrcUri
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/argp-standalone')
-rw-r--r-- | sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild | 4 |
1 files 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 e8a52b5d5a9d..142f2d8054fb 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" |