summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-01 10:33:47 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-01 10:40:21 +0100
commitc51e6666953d2e14121f0c1554cad55a40a6a143 (patch)
treeba704e2243a0e3d2dd48ce86d5dbae08bb773b27 /x11-libs
parentx11-libs/libtinynotify-cli: Update URLs (diff)
downloadgentoo-c51e6666953d2e14121f0c1554cad55a40a6a143.tar.gz
gentoo-c51e6666953d2e14121f0c1554cad55a40a6a143.tar.bz2
gentoo-c51e6666953d2e14121f0c1554cad55a40a6a143.zip
x11-libs/libtinynotify-cli: Remove gtk-doc support
Closes: https://bugs.gentoo.org/819570 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
index 4fd59c7a3c99..c00a3a0b6d00 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
@@ -4,7 +4,6 @@
EAPI=8
MY_P="tinynotify-send-${PV}"
-
DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
HOMEPAGE="https://github.com/projg2/tinynotify-send/"
SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
@@ -13,17 +12,20 @@ S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-RDEPEND="x11-libs/libtinynotify:="
-DEPEND="${RDEPEND}"
+DEPEND="
+ x11-libs/libtinynotify:=
+"
+RDEPEND="
+ ${DEPEND}
+"
BDEPEND="
virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
+"
src_configure() {
local myconf=(
- $(use_enable doc gtk-doc)
+ --disable-gtk-doc
--disable-regular
--disable-system-wide
)