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 EA2B5159C9B for ; Wed, 7 Aug 2024 10:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C782EE2D62; Wed, 7 Aug 2024 10:45:28 +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 9C56BE2D62 for ; Wed, 7 Aug 2024 10:45:28 +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 ACCB033BE3B for ; Wed, 7 Aug 2024 10:45:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 161C81EBA for ; Wed, 7 Aug 2024 10:45:26 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1723027516.654df5270318d32629737b5119e8b6db2f3ded9e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/glib-networking/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/glib-networking/glib-networking-2.80.0.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 654df5270318d32629737b5119e8b6db2f3ded9e X-VCS-Branch: master Date: Wed, 7 Aug 2024 10:45:26 +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: a346fae7-8ae0-4b0a-a00c-62723b960b38 X-Archives-Hash: 467bd83a97e5d0822b15a51d9dee9221 commit: 654df5270318d32629737b5119e8b6db2f3ded9e Author: Pacho Ramos gentoo org> AuthorDate: Wed Aug 7 10:43:14 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Aug 7 10:45:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654df527 net-libs/glib-networking: Fix VariableOrderWrong warning Signed-off-by: Pacho Ramos gentoo.org> net-libs/glib-networking/glib-networking-2.80.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-libs/glib-networking/glib-networking-2.80.0.ebuild b/net-libs/glib-networking/glib-networking-2.80.0.ebuild index 2bd4d6da77ff..f1e4f7e6d4cb 100644 --- a/net-libs/glib-networking/glib-networking-2.80.0.ebuild +++ b/net-libs/glib-networking/glib-networking-2.80.0.ebuild @@ -7,12 +7,13 @@ inherit gnome.org gnome2-utils meson-multilib xdg DESCRIPTION="Network-related giomodules for glib" HOMEPAGE="https://gitlab.gnome.org/GNOME/glib-networking" - LICENSE="LGPL-2.1+" SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + IUSE="+gnome +libproxy +ssl test" RESTRICT="!test? ( test )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" >=dev-libs/glib-2.73.3:2[${MULTILIB_USEDEP}]