From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1363891-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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 355AA158087 for <garchives@archives.gentoo.org>; Wed, 2 Feb 2022 20:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48D472BC00C; Wed, 2 Feb 2022 20:01:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B0622BC00C for <gentoo-commits@lists.gentoo.org>; Wed, 2 Feb 2022 20:01:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAB48342F98 for <gentoo-commits@lists.gentoo.org>; Wed, 2 Feb 2022 20:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC492233 for <gentoo-commits@lists.gentoo.org>; Wed, 2 Feb 2022 20:01:03 +0000 (UTC) From: "Alfredo Tupone" <tupone@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, "Alfredo Tupone" <tupone@gentoo.org> Message-ID: <1643832053.7a5895c5b526f682afd76fb976e331810b0c2099.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/spawn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/spawn/spawn-22.0.0.ebuild X-VCS-Directories: dev-ada/spawn/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 7a5895c5b526f682afd76fb976e331810b0c2099 X-VCS-Branch: master Date: Wed, 2 Feb 2022 20:01:03 +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: 5e4c6b88-85a9-4620-bc24-4aa2a0d1f284 X-Archives-Hash: ffc359d24607cad2ef6331cf60d1dbf9 commit: 7a5895c5b526f682afd76fb976e331810b0c2099 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Feb 2 20:00:53 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Feb 2 20:00:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5895c5 dev-ada/spawn: MissingUseDepDefault Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ada/spawn/spawn-22.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ada/spawn/spawn-22.0.0.ebuild b/dev-ada/spawn/spawn-22.0.0.ebuild index 2d8433b46e3a..8dadaafbd2ee 100644 --- a/dev-ada/spawn/spawn-22.0.0.ebuild +++ b/dev-ada/spawn/spawn-22.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ REQUIRED_USE="|| ( shared static-libs static-pic ) RDEPEND="${ADA_DEPS} glib? ( - dev-ada/gtkada[${ADA_USEDEP},shared?,static-libs?,static-pic?] + dev-ada/gtkada[${ADA_USEDEP},shared?,static-libs?,static-pic(-)?] dev-libs/glib )" DEPEND="${RDEPEND}"