diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-17 14:14:40 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-17 14:14:54 -0700 |
commit | 038be8bd793427573b7056ac5064aeb922d375b9 (patch) | |
tree | a43e94c8558b07478dc97a222d7a42639cf43d4b /app-mobilephone | |
parent | sys-process/below: add missing clang BDEPEND (diff) | |
download | gentoo-038be8bd793427573b7056ac5064aeb922d375b9.tar.gz gentoo-038be8bd793427573b7056ac5064aeb922d375b9.tar.bz2 gentoo-038be8bd793427573b7056ac5064aeb922d375b9.zip |
app-mobilephone/scrcpy: keyword 1.18 for ~ppc64
Closes: https://bugs.gentoo.org/802627
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/scrcpy/scrcpy-1.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mobilephone/scrcpy/scrcpy-1.18.ebuild b/app-mobilephone/scrcpy/scrcpy-1.18.ebuild index f446dc491375..514ac43356e4 100644 --- a/app-mobilephone/scrcpy/scrcpy-1.18.ebuild +++ b/app-mobilephone/scrcpy/scrcpy-1.18.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Genymobile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND="media-libs/libsdl2[X] media-video/ffmpeg" |