diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-10-08 13:52:24 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-10-08 13:52:24 -0400 |
commit | 9850451141919d60515073459282991e2e1adcd8 (patch) | |
tree | 7fe49b94746cc7408d52c4948fcac1cbbbff5f0f /media-video | |
parent | 57006b29265825a0ee9188860545d15c2db828e5 (diff) | |
download | gentoo-overlay-9850451141919d60515073459282991e2e1adcd8.tar.xz gentoo-overlay-9850451141919d60515073459282991e2e1adcd8.zip |
repoman appeasements, keyword fixes
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.33.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.33.1-r2.ebuild b/media-video/mpv/mpv-0.33.1-r2.ebuild index 941c9e6..42fc273 100644 --- a/media-video/mpv/mpv-0.33.1-r2.ebuild +++ b/media-video/mpv/mpv-0.33.1-r2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://mpv.io/ https://github.com/mpv-player/mpv" if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" |