Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify/
Date: Wed, 01 Mar 2023 09:40:37
Message-Id: 1677663619.57c3e0861c37f302ea622278b6fb870f41322a83.mgorny@gentoo
1 commit: 57c3e0861c37f302ea622278b6fb870f41322a83
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 09:31:48 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 09:40:19 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c3e086
7
8 x11-libs/libtinynotify: Bump to EAPI 8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
16 index 9fba994946d2..b7935df8fb2c 100644
17 --- a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
18 +++ b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2023 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 DESCRIPTION="A lightweight implementation of Desktop Notification Spec"
27 HOMEPAGE="https://github.com/projg2/libtinynotify/"
28 @@ -12,8 +12,8 @@ SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE="debug"
31
32 -RDEPEND="sys-apps/dbus:0="
33 -DEPEND="${RDEPEND}"
34 +DEPEND="sys-apps/dbus:0="
35 +RDEPEND="${DEPEND}"
36 BDEPEND="virtual/pkgconfig"
37
38 DOCS=( README )