diff options
author | 2019-10-02 20:52:26 +0200 | |
---|---|---|
committer | 2019-10-02 20:53:47 +0200 | |
commit | 008de48651da1f9cdda6da4aa677397fc4a19b65 (patch) | |
tree | 5d1c716415a7c094b0e1cdfa4e14c4f92632d39c /app-shells | |
parent | dev-lang/python: x86 stable wrt bug #695826 (diff) | |
download | gentoo-008de48651da1f9cdda6da4aa677397fc4a19b65.tar.gz gentoo-008de48651da1f9cdda6da4aa677397fc4a19b65.tar.bz2 gentoo-008de48651da1f9cdda6da4aa677397fc4a19b65.zip |
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 <ago@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bashdb/bashdb-4.4.1.0.1.ebuild | 4 |
1 files 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 2e08dfbbd120..9b63562072f7 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))" |