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 0ABF7158020 for ; Sun, 25 Dec 2022 23:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81420E097D; Sun, 25 Dec 2022 23:22:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53006E097C for ; Sun, 25 Dec 2022 23:22:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E61B341118 for ; Sun, 25 Dec 2022 23:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C3EA7F0 for ; Sun, 25 Dec 2022 23:22:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1672010515.5fd411d01f8950c2b3a304d7ec06e29324e3023c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/tslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/tslib/tslib-1.22.ebuild X-VCS-Directories: x11-libs/tslib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5fd411d01f8950c2b3a304d7ec06e29324e3023c X-VCS-Branch: master Date: Sun, 25 Dec 2022 23:22:09 +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: 94513bff-2109-414c-a98b-b7b0087c060d X-Archives-Hash: 7015e22c8c59e29c0ec66495aac45f79 commit: 5fd411d01f8950c2b3a304d7ec06e29324e3023c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 25 23:13:11 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 25 23:21:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd411d0 x11-libs/tslib: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-libs/tslib/tslib-1.22.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-libs/tslib/tslib-1.22.ebuild b/x11-libs/tslib/tslib-1.22.ebuild index dc7f93ae8cc2..7238f429a606 100644 --- a/x11-libs/tslib/tslib-1.22.ebuild +++ b/x11-libs/tslib/tslib-1.22.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake-multilib @@ -14,14 +14,12 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="evdev sdl uinput" -BDEPEND=" - evdev? ( virtual/pkgconfig ) -" DEPEND=" evdev? ( dev-libs/libevdev[${MULTILIB_USEDEP}] ) sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] ) " RDEPEND="${DEPEND}" +BDEPEND="evdev? ( virtual/pkgconfig )" DOCS=( AUTHORS NEWS README{,.md} )