From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 909EB158032 for ; Wed, 1 Mar 2023 09:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1CD9E0794; Wed, 1 Mar 2023 09:40:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A96FCE0794 for ; Wed, 1 Mar 2023 09:40:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6A39340C93 for ; Wed, 1 Mar 2023 09:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDD878CA for ; Wed, 1 Mar 2023 09:40:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1677663619.57c3e0861c37f302ea622278b6fb870f41322a83.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild X-VCS-Directories: x11-libs/libtinynotify/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 57c3e0861c37f302ea622278b6fb870f41322a83 X-VCS-Branch: master Date: Wed, 1 Mar 2023 09:40:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af02e2f2-9dbf-442a-aacc-13e92d4f9664 X-Archives-Hash: fe890c1e898a7a3498a02af5ae062a32 commit: 57c3e0861c37f302ea622278b6fb870f41322a83 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 1 09:31:48 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 1 09:40:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c3e086 x11-libs/libtinynotify: Bump to EAPI 8 Signed-off-by: Michał Górny gentoo.org> x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild | 6 +++--- 1 file 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 )