From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1595736-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 40C7B15838C
	for <garchives@archives.gentoo.org>; Tue, 30 Jan 2024 09:26:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 73977E2AC4;
	Tue, 30 Jan 2024 09:26:49 +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 56250E2AC4
	for <gentoo-commits@lists.gentoo.org>; Tue, 30 Jan 2024 09:26:49 +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 6E3A13430B9
	for <gentoo-commits@lists.gentoo.org>; Tue, 30 Jan 2024 09:26:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D448CFA7
	for <gentoo-commits@lists.gentoo.org>; Tue, 30 Jan 2024 09:26:46 +0000 (UTC)
From: "Eray Aslan" <eras@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, "Eray Aslan" <eras@gentoo.org>
Message-ID: <1706606759.cd9734c36cdaee8e561840ed52504e317e5114e7.eras@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libverto/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libverto/metadata.xml
X-VCS-Directories: dev-libs/libverto/
X-VCS-Committer: eras
X-VCS-Committer-Name: Eray Aslan
X-VCS-Revision: cd9734c36cdaee8e561840ed52504e317e5114e7
X-VCS-Branch: master
Date: Tue, 30 Jan 2024 09:26:46 +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: 8740f10a-1be9-4484-a3db-189bdad6f0f0
X-Archives-Hash: de6abf1f55973b483c6645cc762f4817

commit:     cd9734c36cdaee8e561840ed52504e317e5114e7
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 09:25:59 2024 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 09:25:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9734c3

dev-libs/libverto: remove unused flag

Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 dev-libs/libverto/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/libverto/metadata.xml b/dev-libs/libverto/metadata.xml
index 53b04b18b748..a8ac1e8d61f8 100644
--- a/dev-libs/libverto/metadata.xml
+++ b/dev-libs/libverto/metadata.xml
@@ -13,6 +13,5 @@
     <flag name="glib">Support event loops using <pkg>dev-libs/glib</pkg></flag>
     <flag name="libev">Support event loops using <pkg>dev-libs/libev</pkg></flag>
     <flag name="libevent">Support event loops using <pkg>dev-libs/libevent</pkg></flag>
-    <flag name="tevent">Support event loops using <pkg>sys-libs/tevent</pkg></flag>
 </use>
 </pkgmetadata>