From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1362540-garchives=archives.gentoo.org@lists.gentoo.org>
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 2BE21158087
	for <garchives@archives.gentoo.org>; Sat, 29 Jan 2022 12:16:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 758012BC00E;
	Sat, 29 Jan 2022 12:16:35 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 43E5D2BC00B
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Jan 2022 12:16:35 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 595B3343386
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Jan 2022 12:16:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DCB6528E
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Jan 2022 12:16:32 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1643458562.6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libzapojit/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild net-libs/libzapojit/libzapojit-0.0.3.ebuild
X-VCS-Directories: net-libs/libzapojit/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c
X-VCS-Branch: master
Date: Sat, 29 Jan 2022 12:16:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b2b4c8a6-132b-423b-907d-fd987b8c83d2
X-Archives-Hash: 7999348b0a529d9ad42477647b6e65f0

commit:     6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 12:16:02 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 12:16:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecd28b1

net-libs/libzapojit: update EAPI 5 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{libzapojit-0.0.3.ebuild => libzapojit-0.0.3-r1.ebuild}   | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-libs/libzapojit/libzapojit-0.0.3.ebuild b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
similarity index 87%
rename from net-libs/libzapojit/libzapojit-0.0.3.ebuild
rename to net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
index d10dc3b24c72..fba7e8314bc6 100644
--- a/net-libs/libzapojit/libzapojit-0.0.3.ebuild
+++ b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=8
 
 inherit gnome2
 
@@ -11,8 +10,8 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libzapojit"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="+introspection"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+IUSE="+introspection"
 
 RDEPEND="
 	>=dev-libs/glib-2.28:2
@@ -23,7 +22,8 @@ RDEPEND="
 
 	introspection? ( >=dev-libs/gobject-introspection-1.30.0 )
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	>=dev-util/gtk-doc-am-1.11
 	>=dev-util/intltool-0.35.0
 	sys-devel/gettext
@@ -34,6 +34,5 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	gnome2_src_configure \
-		--disable-static \
 		$(use_enable introspection)
 }