diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2022-02-25 22:47:04 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-08 13:47:05 +0000 |
commit | 477b1928b37a2147d4b77a65242412baf713c7f5 (patch) | |
tree | b5338aae301a373822e9d7ee1e0c38fc77c1eef5 /media-libs/gst-plugins-good | |
parent | media-plugins/gst-plugins-sbc: Add sbcenc and sbcdec plugins from 1.20.0 (diff) | |
download | gentoo-477b1928b37a2147d4b77a65242412baf713c7f5.tar.gz gentoo-477b1928b37a2147d4b77a65242412baf713c7f5.tar.bz2 gentoo-477b1928b37a2147d4b77a65242412baf713c7f5.zip |
media-libs/gstreamer: Clean up 1.20.0 unused dependency on gtk-doc-am
Since 1.17.1 gstreamer is disabling gtk_doc feature by default,
therefore gtk-doc is not used. Drop gtk-doc-am dependency.
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/gst-plugins-good')
-rw-r--r-- | media-libs/gst-plugins-good/gst-plugins-good-1.20.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.20.0.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.20.0.ebuild index ba0566969bb1..82182c710194 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.20.0.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-1.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,9 +20,7 @@ RDEPEND=" orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-util/gtk-doc-am-1.12 -" +BDEPEND="" DOCS=( AUTHORS ChangeLog NEWS README RELEASE ) |