summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 14:07:48 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:44:02 +0100
commit01989bcb02ae9738da875fabc67b7fa54beb8149 (patch)
tree7f5e2621574e7e699b3ad8ebe2dc1c6dd542009d /net-misc/streamlink/streamlink-1.3.1-r1.ebuild
parentdev-libs/weston: fix variable references (diff)
downloadgentoo-01989bcb02ae9738da875fabc67b7fa54beb8149.tar.gz
gentoo-01989bcb02ae9738da875fabc67b7fa54beb8149.tar.bz2
gentoo-01989bcb02ae9738da875fabc67b7fa54beb8149.zip
net-misc/streamlink: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/streamlink/streamlink-1.3.1-r1.ebuild')
-rw-r--r--net-misc/streamlink/streamlink-1.3.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/streamlink/streamlink-1.3.1-r1.ebuild b/net-misc/streamlink/streamlink-1.3.1-r1.ebuild
index 966e93d0e0a0..bc7367b7878f 100644
--- a/net-misc/streamlink/streamlink-1.3.1-r1.ebuild
+++ b/net-misc/streamlink/streamlink-1.3.1-r1.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=7
@@ -13,7 +13,7 @@ PYTHON_REQ_USE='xml(+),threads(+)'
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 $GIT_ECLASS
+inherit distutils-r1 ${GIT_ECLASS}
DESCRIPTION="CLI for extracting streams from websites to a video player of your choice"
HOMEPAGE="https://streamlink.github.io/"