summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-04 22:09:45 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-04 23:05:12 +0200
commit49b787afd0a8dc2ba3eb0594d83ec7b93ca942cc (patch)
treea1108bc24c2ca7b31587d6afcb589ecf50ca42da /x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
parentmedia-gfx/graphviz: Add USE="webp" (diff)
downloadgentoo-49b787afd0a8dc2ba3eb0594d83ec7b93ca942cc.tar.gz
gentoo-49b787afd0a8dc2ba3eb0594d83ec7b93ca942cc.tar.bz2
gentoo-49b787afd0a8dc2ba3eb0594d83ec7b93ca942cc.zip
x11-libs/libtinynotify: Remove doc flag
Closes: https://bugs.gentoo.org/800194 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild')
-rw-r--r--x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
index b87cfbb96ab0..fee73d38bf30 100644
--- a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
+++ b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="A lightweight implementation of Desktop Notification Spec"
HOMEPAGE="https://github.com/mgorny/libtinynotify/"
@@ -10,19 +10,17 @@ SRC_URI="https://github.com/mgorny/libtinynotify/releases/download/${P}/${P}.tar
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug doc static-libs"
+IUSE="debug static-libs"
RDEPEND="sys-apps/dbus:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.18 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
DOCS=( README )
src_configure() {
local myconf=(
$(use_enable debug)
- $(use_enable doc gtk-doc)
$(use_enable static-libs static)
)