diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-05-30 22:42:45 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-06-13 12:58:11 -0400 |
commit | 5008bbcb72fc5e5889b0ab9f94aae16fc3698a57 (patch) | |
tree | b0d046a183f9175d0ba31598cfa43d6dadf87400 /sys-libs/libavc1394 | |
parent | sci-libs/bmrblib: Bump to 1.0.4 (diff) | |
download | gentoo-5008bbcb72fc5e5889b0ab9f94aae16fc3698a57.tar.gz gentoo-5008bbcb72fc5e5889b0ab9f94aae16fc3698a57.tar.bz2 gentoo-5008bbcb72fc5e5889b0ab9f94aae16fc3698a57.zip |
Remove MULTILIB_USEDEP from all virtual/pkgconfig dependencies
Bug: https://bugs.gentoo.org/723112
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-libs/libavc1394')
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild index 33e512b651a3..86de2a87b7b9 100644 --- a/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild +++ b/sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86" -BDEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]" +BDEPEND="virtual/pkgconfig" DEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" |