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 590CF138334 for ; Wed, 2 Oct 2019 18:54:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58A70E08F3; Wed, 2 Oct 2019 18:54:01 +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 34172E0900 for ; Wed, 2 Oct 2019 18:54:01 +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 36C8434B7C5 for ; Wed, 2 Oct 2019 18:54:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C03C0836 for ; Wed, 2 Oct 2019 18:53:57 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1570042427.008de48651da1f9cdda6da4aa677397fc4a19b65.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bashdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bashdb/bashdb-4.4.1.0.1.ebuild X-VCS-Directories: app-shells/bashdb/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 008de48651da1f9cdda6da4aa677397fc4a19b65 X-VCS-Branch: master Date: Wed, 2 Oct 2019 18:53:57 +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: df7a6669-5fc4-4526-81a8-17944b64d0a1 X-Archives-Hash: d6f239825a7d2ae9b71d03b71146a6b6 commit: 008de48651da1f9cdda6da4aa677397fc4a19b65 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Oct 2 18:52:26 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Oct 2 18:53:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008de486 app-shells/bashdb: x86 stable wrt bug #695910 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> app-shells/bashdb/bashdb-4.4.1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/bashdb/bashdb-4.4.1.0.1.ebuild b/app-shells/bashdb/bashdb-4.4.1.0.1.ebuild index 2e08dfbbd12..9b63562072f 100644 --- a/app-shells/bashdb/bashdb-4.4.1.0.1.ebuild +++ b/app-shells/bashdb/bashdb-4.4.1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="test" DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"