summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-08 23:01:17 +0000
committerSam James <sam@gentoo.org>2021-03-08 23:01:17 +0000
commit5aeaa5b2b59dea2600e1490d8ea03f1eda07ee4a (patch)
tree34c81159689b13ddcf2e7e1989104da1aedd4753 /media-video/simplescreenrecorder
parentdev-python/statsmodels: Stabilize 0.12.2 amd64, #774624 (diff)
downloadgentoo-5aeaa5b2b59dea2600e1490d8ea03f1eda07ee4a.tar.gz
gentoo-5aeaa5b2b59dea2600e1490d8ea03f1eda07ee4a.tar.bz2
gentoo-5aeaa5b2b59dea2600e1490d8ea03f1eda07ee4a.zip
media-video/simplescreenrecorder: Stabilize 0.4.3 amd64, #774891
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/simplescreenrecorder')
-rw-r--r--media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild
index 337ba993d166..32dec6a0595f 100644
--- a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.ebuild
+++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.3.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
@@ -16,7 +16,7 @@ if [[ ${PV} = 9999 ]] ; then
EGIT_BOOTSTRAP=""
else
SRC_URI="https://github.com/MaartenBaert/${PKGNAME}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${PKGNAME}-${PV}"
fi