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 9CC85138350 for ; Wed, 12 Feb 2020 11:46:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A82F3E087D; Wed, 12 Feb 2020 11:46:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 90BA6E087B for ; Wed, 12 Feb 2020 11:46:15 +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 1CB6234EC45 for ; Wed, 12 Feb 2020 11:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78CBC13F for ; Wed, 12 Feb 2020 11:46:09 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1581507932.61e3afc1de62620476640f93733e7a7d9faf07ee.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/uhttpmock/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/uhttpmock/uhttpmock-0.5.1.ebuild X-VCS-Directories: net-libs/uhttpmock/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 61e3afc1de62620476640f93733e7a7d9faf07ee X-VCS-Branch: master Date: Wed, 12 Feb 2020 11:46:09 +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: df69f5b7-55b0-43a4-baa2-670a55f6f3b9 X-Archives-Hash: 6cd2c194fe31b242d16a986405ba2cfa commit: 61e3afc1de62620476640f93733e7a7d9faf07ee Author: Mart Raudsepp gentoo org> AuthorDate: Wed Feb 12 11:09:05 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Feb 12 11:45:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e3afc1 net-libs/uhttpmock: drop to ~hppa Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> net-libs/uhttpmock/uhttpmock-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild index 2635b5a2d27..52d1801f11f 100644 --- a/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild +++ b/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild @@ -17,7 +17,7 @@ SLOT="0" IUSE="+introspection vala" REQUIRED_USE="vala? ( introspection )" -KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" RDEPEND=" >=dev-libs/glib-2.36.0:2