media-libs/libv4l: depend on argp-standalone in non-glibc envs
authorAndrey Utkin <andrey_utkin@gentoo.org>
Wed, 5 Jun 2019 18:19:21 +0000 (19:19 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Wed, 5 Jun 2019 18:20:11 +0000 (19:20 +0100)
Before, on musl and uclibc based profiles emerge libv4l failed due to
missing sys-libs/argp-standalone.

This commit affects only newly-added version 1.16.6 which will become
default only after stabilization.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=561866
Bug: https://bugs.gentoo.org/show_bug.cgi?id=477290
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
media-libs/libv4l/libv4l-1.16.6.ebuild

index d8b2b4de598a1e3700d9179cd27f915bd1c97fad..36b0fe6826769373ef1a9e1a44e082f3f5267087 100644 (file)
@@ -17,6 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
 IUSE="jpeg"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
+       !elibc_glibc? ( sys-libs/argp-standalone )
        virtual/libudev[${MULTILIB_USEDEP}]
        !media-tv/v4l2-ctl
        !<media-tv/ivtv-utils-1.4.0-r2"