commit:     49b787afd0a8dc2ba3eb0594d83ec7b93ca942cc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 20:09:45 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 21:05:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b787af

x11-libs/libtinynotify: Remove doc flag

Closes: https://bugs.gentoo.org/800194
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild | 12 +++++-------
 x11-libs/libtinynotify/libtinynotify-9999.ebuild  | 13 +++++--------
 2 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild 
b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
index b87cfbb96ab..fee73d38bf3 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)
        )
 

diff --git a/x11-libs/libtinynotify/libtinynotify-9999.ebuild 
b/x11-libs/libtinynotify/libtinynotify-9999.ebuild
index c2e029412ac..17f57c6cdd0 100644
--- a/x11-libs/libtinynotify/libtinynotify-9999.ebuild
+++ b/x11-libs/libtinynotify/libtinynotify-9999.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
 
 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git";
 inherit autotools git-r3
@@ -13,13 +13,11 @@ SRC_URI=""
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug doc static-libs"
+IUSE="debug static-libs"
 
 RDEPEND="sys-apps/dbus:0="
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-1.18
-       virtual/pkgconfig
-       doc? ( >=dev-util/gtk-doc-1.18 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
        default
@@ -29,7 +27,6 @@ src_prepare() {
 src_configure() {
        local myconf=(
                $(use_enable debug)
-               $(use_enable doc gtk-doc)
                $(use_enable static-libs static)
        )
 

Reply via email to