diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-10-17 16:59:43 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-10-17 17:00:31 +0200 |
commit | 26559769503220880e0318120c8951fb256d638e (patch) | |
tree | 66f7ad830a7af774fc9348dbb08e669cb3e0b6dc /app-mobilephone | |
parent | app-containers/cosign: drop 1.10.0, 1.12.1 (diff) | |
download | gentoo-26559769503220880e0318120c8951fb256d638e.tar.gz gentoo-26559769503220880e0318120c8951fb256d638e.tar.bz2 gentoo-26559769503220880e0318120c8951fb256d638e.zip |
app-mobilephone/scrcpy: depend on dev-util/android-tools when possible
ppc64 will need bug #723528 fixed first
Closes: https://bugs.gentoo.org/872224
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild (renamed from app-mobilephone/scrcpy/scrcpy-1.24.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-mobilephone/scrcpy/scrcpy-1.24.ebuild b/app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild index 7ca29eab260b..d4a1b612ed53 100644 --- a/app-mobilephone/scrcpy/scrcpy-1.24.ebuild +++ b/app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild @@ -15,10 +15,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -RDEPEND="media-libs/libsdl2[X] +DEPEND="media-libs/libsdl2[X] media-video/ffmpeg virtual/libusb:1" -DEPEND="${RDEPEND}" +# Manual install for ppc64 until bug #723528 is fixed +RDEPEND="${DEPEND} + !ppc64? ( dev-util/android-tools )" BDEPEND="" src_configure() { |