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 BEFF51382C5 for ; Tue, 26 Dec 2017 00:59:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6C35E0F6B; Tue, 26 Dec 2017 00:59:45 +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 B9BF8E0F6B for ; Tue, 26 Dec 2017 00:59:45 +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 D6E6D33D4A6 for ; Tue, 26 Dec 2017 00:59:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AED74AE97 for ; Tue, 26 Dec 2017 00:59:40 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1514249560.8c1bd6dfa1bc68dae4162e3970d9f24b3c339aab.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/mdds/mdds-1.3.1.ebuild X-VCS-Directories: dev-util/mdds/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8c1bd6dfa1bc68dae4162e3970d9f24b3c339aab X-VCS-Branch: master Date: Tue, 26 Dec 2017 00:59:40 +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: d2379fcb-b794-4b85-a394-9d31d5a8661b X-Archives-Hash: 29659b62842fdd431d65e561d7f36b5f commit: 8c1bd6dfa1bc68dae4162e3970d9f24b3c339aab Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 26 00:52:40 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 26 00:52:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1bd6df dev-util/mdds: x86 stable (bug #641948) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/mdds/mdds-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/mdds/mdds-1.3.1.ebuild b/dev-util/mdds/mdds-1.3.1.ebuild index ac7784206be..a1634f38605 100644 --- a/dev-util/mdds/mdds-1.3.1.ebuild +++ b/dev-util/mdds/mdds-1.3.1.ebuild @@ -17,7 +17,7 @@ SLOT="1/1.2" IUSE="valgrind" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" RDEPEND="dev-libs/boost:=" DEPEND="${RDEPEND}"