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 CC65E1382C5 for ; Mon, 24 May 2021 04:30:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD8B1E07FE; Mon, 24 May 2021 04:30:51 +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 A36B4E07FE for ; Mon, 24 May 2021 04:30:51 +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 3DB27335D1E for ; Mon, 24 May 2021 04:30:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63BB5794 for ; Mon, 24 May 2021 04:30:48 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1621830610.749a06b318d73893b7211dcd9546d7368f941c97.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsoup/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsoup/libsoup-2.72.0.ebuild X-VCS-Directories: net-libs/libsoup/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 749a06b318d73893b7211dcd9546d7368f941c97 X-VCS-Branch: master Date: Mon, 24 May 2021 04:30:48 +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: b95f1a37-5f40-4831-a675-97d832261838 X-Archives-Hash: a346139370fe5d6d489be3abb8b61a15 commit: 749a06b318d73893b7211dcd9546d7368f941c97 Author: Joshua Kinard gentoo org> AuthorDate: Mon May 24 04:30:10 2021 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Mon May 24 04:30:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749a06b3 net-libs/libsoup: Added ~mips to KEYWORDS Bug: https://bugs.gentoo.org/680866 Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.18, Repoman-3.0.3 net-libs/libsoup/libsoup-2.72.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libsoup/libsoup-2.72.0.ebuild b/net-libs/libsoup/libsoup-2.72.0.ebuild index 2374db53ddc..beb470ecfb8 100644 --- a/net-libs/libsoup/libsoup-2.72.0.ebuild +++ b/net-libs/libsoup/libsoup-2.72.0.ebuild @@ -17,7 +17,7 @@ IUSE="brotli gssapi gtk-doc +introspection samba ssl sysprof test +vala" RESTRICT="!test? ( test )" REQUIRED_USE="vala? ( introspection )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" DEPEND=" >=dev-libs/glib-2.58:2[${MULTILIB_USEDEP}]