diff options
author | Sam James <sam@gentoo.org> | 2022-06-07 00:30:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-07 00:30:43 +0100 |
commit | 995ca56f492aa6c325e945437d67723f11f13a29 (patch) | |
tree | d1b894c7ce0537d8278b4ccfbd096aff3a100e90 /media-video/simplescreenrecorder | |
parent | app-metrics/collectd: Stabilize 5.12.0-r7 x86, #833886 (diff) | |
download | gentoo-995ca56f492aa6c325e945437d67723f11f13a29.tar.gz gentoo-995ca56f492aa6c325e945437d67723f11f13a29.tar.bz2 gentoo-995ca56f492aa6c325e945437d67723f11f13a29.zip |
media-video/simplescreenrecorder: Stabilize 0.4.4 x86, #847568
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/simplescreenrecorder')
-rw-r--r-- | media-video/simplescreenrecorder/simplescreenrecorder-0.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4.ebuild index 8b3b571eb830..3140f84c1dce 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4.ebuild @@ -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 |