diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-10-16 07:33:17 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-10-16 07:46:08 +0000 |
commit | fd53e60b3b66fd50ac5f28d07c6db90867ca0bfe (patch) | |
tree | 5574432be06a696eb113096ef54aa8bf4da1e34a /app-shells/bashdb | |
parent | dev-libs/libconfig: sparc stable wrt bug #560872 (diff) | |
download | gentoo-fd53e60b3b66fd50ac5f28d07c6db90867ca0bfe.tar.gz gentoo-fd53e60b3b66fd50ac5f28d07c6db90867ca0bfe.tar.bz2 gentoo-fd53e60b3b66fd50ac5f28d07c6db90867ca0bfe.zip |
app-shells/bashdb: Stable for ppc+ppc64.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-shells/bashdb')
-rw-r--r-- | app-shells/bashdb/bashdb-4.3.0.91-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bashdb/bashdb-4.3.0.91-r1.ebuild b/app-shells/bashdb/bashdb-4.3.0.91-r1.ebuild index 3cf4bc941e55..db84685ca71a 100644 --- a/app-shells/bashdb/bashdb-4.3.0.91-r1.ebuild +++ b/app-shells/bashdb/bashdb-4.3.0.91-r1.ebuild @@ -11,12 +11,12 @@ SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~ppc ~ppc64" +KEYWORDS="amd64 x86 ppc ppc64" IUSE="" DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" # Unfortunately, not all tests pass. RESTRICT='test' |