diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 10:31:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 10:36:07 +0000 |
commit | f6d404e0f2983b6e5ce30cc0aa9f32af0635872f (patch) | |
tree | 2e6f4a801abb29e5d21058bce5d71127b6786a8f /dev-libs/libgpiod | |
parent | dev-tex/latex2html: fix StaticSrcUri (diff) | |
download | gentoo-f6d404e0f2983b6e5ce30cc0aa9f32af0635872f.tar.gz gentoo-f6d404e0f2983b6e5ce30cc0aa9f32af0635872f.tar.bz2 gentoo-f6d404e0f2983b6e5ce30cc0aa9f32af0635872f.zip |
dev-libs/libgpiod: fix StaticSrcUri
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libgpiod')
-rw-r--r-- | dev-libs/libgpiod/libgpiod-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgpiod/libgpiod-1.1.1.ebuild b/dev-libs/libgpiod/libgpiod-1.1.1.ebuild index 3435a33062ce..a933e767983e 100644 --- a/dev-libs/libgpiod/libgpiod-1.1.1.ebuild +++ b/dev-libs/libgpiod/libgpiod-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 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 multilib multilib-minimal DESCRIPTION="C library and tools for interacting with the linux GPIO character device" HOMEPAGE="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/" -SRC_URI="https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/libgpiod-1.1.1.tar.xz" +SRC_URI="https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/${P}.tar.xz" LICENSE="LGPL-2.1" # Reflects the ABI of libgpiod.so |