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 774221382C5 for ; Tue, 13 Mar 2018 14:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB8BCE090A; Tue, 13 Mar 2018 14:29:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9DFE6E090A for ; Tue, 13 Mar 2018 14:29:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 41DF3335C5C for ; Tue, 13 Mar 2018 14:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91F28255 for ; Tue, 13 Mar 2018 14:29:30 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1520951360.62109f8e09792b823569e29549db5ecfc8516e30.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leatherman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/leatherman/leatherman-1.4.0.ebuild X-VCS-Directories: dev-libs/leatherman/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 62109f8e09792b823569e29549db5ecfc8516e30 X-VCS-Branch: master Date: Tue, 13 Mar 2018 14:29:30 +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-Archives-Salt: 97a710e1-7656-4191-98b0-1e360a8910b9 X-Archives-Hash: 347c77646582a21b8a233f2081eb6287 commit: 62109f8e09792b823569e29549db5ecfc8516e30 Author: Matthew Thode gentoo org> AuthorDate: Tue Mar 13 14:26:23 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Mar 13 14:29:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62109f8e dev-libs/leatherman: 1.4.0 stable amd64 and x86 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/leatherman/leatherman-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/leatherman/leatherman-1.4.0.ebuild b/dev-libs/leatherman/leatherman-1.4.0.ebuild index 1bbc1551d01..41db96ea9c0 100644 --- a/dev-libs/leatherman/leatherman-1.4.0.ebuild +++ b/dev-libs/leatherman/leatherman-1.4.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" IUSE="debug static-libs test" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" SLOT="0/1.4" RDEPEND="net-misc/curl"