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 CAAE8139694 for ; Sat, 29 Jul 2017 19:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44D611FC044; Sat, 29 Jul 2017 19:32:55 +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 26BD51FC044 for ; Sat, 29 Jul 2017 19:32:55 +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 50D67341A86 for ; Sat, 29 Jul 2017 19:32:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A049074C6 for ; Sat, 29 Jul 2017 19:32:52 +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: <1501356749.f2f5d6cbdda7ed28c0789c08feeff161305d7218.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.0.0.ebuild X-VCS-Directories: dev-libs/leatherman/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f2f5d6cbdda7ed28c0789c08feeff161305d7218 X-VCS-Branch: master Date: Sat, 29 Jul 2017 19:32:52 +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: 2f1a010d-aca7-4984-b9b0-f227750c20bc X-Archives-Hash: 463b1ddd4e5201ccafe959e1b5f7cdc7 commit: f2f5d6cbdda7ed28c0789c08feeff161305d7218 Author: Matthew Thode gentoo org> AuthorDate: Sat Jul 29 19:25:27 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Jul 29 19:32:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f5d6cb dev-libs/leatherman: 1.0.0 stable amd64 and x86 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-libs/leatherman/leatherman-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/leatherman/leatherman-1.0.0.ebuild b/dev-libs/leatherman/leatherman-1.0.0.ebuild index fa1c63c5484..cdc882c01b0 100644 --- a/dev-libs/leatherman/leatherman-1.0.0.ebuild +++ b/dev-libs/leatherman/leatherman-1.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" IUSE="debug test" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86" RDEPEND="net-misc/curl" DEPEND=">=dev-libs/boost-1.54[nls]