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 11292139085 for ; Tue, 3 Jan 2017 17:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42BB8E0D50; Tue, 3 Jan 2017 17:03:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D504E0D50 for ; Tue, 3 Jan 2017 17:03:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 310753412C1 for ; Tue, 3 Jan 2017 17:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8235D2626 for ; Tue, 3 Jan 2017 17:03:07 +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: <1483462956.a0edc5a13ba37e02600d134af35a5f9796abb13a.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-0.10.1.ebuild X-VCS-Directories: dev-libs/leatherman/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: a0edc5a13ba37e02600d134af35a5f9796abb13a X-VCS-Branch: master Date: Tue, 3 Jan 2017 17:03:07 +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: 113d7a03-dded-492c-a333-f87201deb662 X-Archives-Hash: ab2fdef3fc1b165b89970e82c895b6fa commit: a0edc5a13ba37e02600d134af35a5f9796abb13a Author: Matthew Thode gentoo org> AuthorDate: Tue Jan 3 16:54:47 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Jan 3 17:02:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0edc5a1 dev-libs/leatherman: adding missing keyword for sparc Package-Manager: portage-2.3.0 dev-libs/leatherman/leatherman-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/leatherman/leatherman-0.10.1.ebuild b/dev-libs/leatherman/leatherman-0.10.1.ebuild index 61ae810..6f53fa2 100644 --- a/dev-libs/leatherman/leatherman-0.10.1.ebuild +++ b/dev-libs/leatherman/leatherman-0.10.1.ebuild @@ -14,7 +14,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 x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86" RDEPEND="net-misc/curl" DEPEND=">=dev-libs/boost-1.54[nls]