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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE4C9138350 for ; Tue, 11 Feb 2020 14:31:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA3AE08C3; Tue, 11 Feb 2020 14:31:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D10A8E08C3 for ; Tue, 11 Feb 2020 14:31:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E76D34EB52 for ; Tue, 11 Feb 2020 14:31:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A19511F for ; Tue, 11 Feb 2020 14:31:14 +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: <1581431458.9d414bc4258a7119b4f3e9c3803c5fb053cdd864.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild X-VCS-Directories: dev-libs/gobject-introspection/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d414bc4258a7119b4f3e9c3803c5fb053cdd864 X-VCS-Branch: master Date: Tue, 11 Feb 2020 14:31:14 +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: e768118c-2d91-48d7-b272-6eff67f77eb0 X-Archives-Hash: cd559ea45f55bb610159cf1029e3a147 commit: 9d414bc4258a7119b4f3e9c3803c5fb053cdd864 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 5 22:13:20 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 11 14:30:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d414bc4 dev-libs/gobject-introspection: python3_8 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild index 8a63af2a15f..11a8f0904dd 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) -PYTHON_REQ_USE="xml" +PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1 toolchain-funcs DESCRIPTION="Introspection system for GObject-based libraries"