commit: d3bb48de62bbc3f1e2e883c6c376ef200057e5a9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 1 09:35:41 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 1 09:40:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3bb48de
x11-libs/libtinynotify-systemwide: Remove gtk-doc support Closes: https://bugs.gentoo.org/831499 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../libtinynotify-systemwide-0.1-r1.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild index 0b16dba880c5..610292371673 100644 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild +++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild @@ -10,18 +10,20 @@ SRC_URI="https://github.com/projg2/libtinynotify-systemwide/releases/download/${ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" -RDEPEND=" +DEPEND=" sys-process/procps:= - x11-libs/libtinynotify:=" -DEPEND="${RDEPEND}" + x11-libs/libtinynotify:= +" +RDEPEND=" + ${DEPEND} +" BDEPEND=" virtual/pkgconfig - doc? ( dev-util/gtk-doc )" +" src_configure() { - econf $(use_enable doc gtk-doc) + econf --disable-gtk-doc } src_install() {
