From: Patrice Clement Date: Tue, 6 Dec 2016 22:22:29 +0000 (+0100) Subject: app-shells/bashdb: stable for amd64. mark stable for the remaining arches using the... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7d91cd56c1a6ccfc4b83dda59af565f2076038a2;p=gentoo.git app-shells/bashdb: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 --- 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 d0a86708f7e1..63d4d411d957 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 }