diff options
author | 2022-02-25 22:47:04 +0300 | |
---|---|---|
committer | 2022-03-08 13:47:05 +0000 | |
commit | 477b1928b37a2147d4b77a65242412baf713c7f5 (patch) | |
tree | b5338aae301a373822e9d7ee1e0c38fc77c1eef5 /media-libs/gst-plugins-ugly | |
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-ugly')
-rw-r--r-- | media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.0.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.0.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.0.ebuild index 2ff19b038f38..45f9d162ea9d 100644 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.20.0.ebuild +++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-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 @@ -18,10 +18,7 @@ RDEPEND=" >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - >=dev-util/gtk-doc-am-1.12 -" +BDEPEND="${PYTHON_DEPS}" DOCS=( AUTHORS ChangeLog NEWS README RELEASE ) |