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 08B9215808B for ; Fri, 11 Mar 2022 14:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40406E08F2; Fri, 11 Mar 2022 14:37:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0605E0894 for ; Fri, 11 Mar 2022 14:37:26 +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 CD16E342F98 for ; Fri, 11 Mar 2022 14:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EC06318 for ; Fri, 11 Mar 2022 14:37:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1647009440.0e239b012b96937d1e3b7ad053860a888785a721.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libratbag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libratbag/libratbag-0.15.ebuild dev-libs/libratbag/libratbag-0.16.ebuild X-VCS-Directories: dev-libs/libratbag/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0e239b012b96937d1e3b7ad053860a888785a721 X-VCS-Branch: master Date: Fri, 11 Mar 2022 14:37:24 +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: c9bfc68c-4b7b-4d21-9d33-b6469095189d X-Archives-Hash: e7519baf698900f39efaa9af26ad0984 commit: 0e239b012b96937d1e3b7ad053860a888785a721 Author: BratishkaErik getgoogleoff me> AuthorDate: Fri Mar 11 10:28:55 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Mar 11 14:37:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e239b01 dev-libs/libratbag: update Python targets Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/libratbag/libratbag-0.15.ebuild | 6 +++--- dev-libs/libratbag/libratbag-0.16.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/libratbag/libratbag-0.15.ebuild b/dev-libs/libratbag/libratbag-0.15.ebuild index b46974b3385e..29254da62e0c 100644 --- a/dev-libs/libratbag/libratbag-0.15.ebuild +++ b/dev-libs/libratbag/libratbag-0.15.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit meson python-single-r1 systemd udev diff --git a/dev-libs/libratbag/libratbag-0.16.ebuild b/dev-libs/libratbag/libratbag-0.16.ebuild index b46974b3385e..29254da62e0c 100644 --- a/dev-libs/libratbag/libratbag-0.16.ebuild +++ b/dev-libs/libratbag/libratbag-0.16.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit meson python-single-r1 systemd udev