diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-12-06 23:22:29 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-06 23:22:29 +0100 |
commit | 7d91cd56c1a6ccfc4b83dda59af565f2076038a2 (patch) | |
tree | dbb225ddc1dc62c52dab672f58d34b1e3b42b5d4 /app-shells/bashdb | |
parent | app-shells/hstr: stable for amd64. (diff) | |
download | gentoo-7d91cd56c1a6ccfc4b83dda59af565f2076038a2.tar.gz gentoo-7d91cd56c1a6ccfc4b83dda59af565f2076038a2.tar.bz2 gentoo-7d91cd56c1a6ccfc4b83dda59af565f2076038a2.zip |
app-shells/bashdb: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-shells/bashdb')
-rw-r--r-- | app-shells/bashdb/bashdb-4.3.0.91-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |