summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-01 10:31:48 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-01 10:40:19 +0100
commit57c3e0861c37f302ea622278b6fb870f41322a83 (patch)
tree01c046b95f41d2f6fe01fd37d519bcecb8eb4584
parentx11-libs/libtinynotify: Remove IUSE=static-libs (diff)
downloadgentoo-57c3e086.tar.gz
gentoo-57c3e086.tar.bz2
gentoo-57c3e086.zip
x11-libs/libtinynotify: Bump to EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
index 9fba994946d2..b7935df8fb2c 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-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="A lightweight implementation of Desktop Notification Spec"
HOMEPAGE="https://github.com/projg2/libtinynotify/"
@@ -12,8 +12,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-RDEPEND="sys-apps/dbus:0="
-DEPEND="${RDEPEND}"
+DEPEND="sys-apps/dbus:0="
+RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
DOCS=( README )