commit: 7d91cd56c1a6ccfc4b83dda59af565f2076038a2
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 6 22:22:29 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec 6 22:22:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d91cd56
app-shells/bashdb: stable for amd64. mark stable for the remaining arches using
the ALLARCHES policy.
Package-Manager: portage-2.3.0
app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild
b/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild
index d0a8670..63d4d41 100644
--- a/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild
+++ b/app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild
@@ -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=""
DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"
@@ -23,6 +23,7 @@ RESTRICT="test"
src_prepare() {
default
+
# We don't install this, so don't bother building it. #468044
sed -i 's:texi2html:true:' doc/Makefile.in || die
}