summaryrefslogtreecommitdiff
path: root/app-emulation/ganeti/ganeti-2.15.2-r8.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/ganeti/ganeti-2.15.2-r8.ebuild')
-rw-r--r--app-emulation/ganeti/ganeti-2.15.2-r8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/ganeti/ganeti-2.15.2-r8.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r8.ebuild
index 579f39cb3711..6e00659d3fde 100644
--- a/app-emulation/ganeti/ganeti-2.15.2-r8.ebuild
+++ b/app-emulation/ganeti/ganeti-2.15.2-r8.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
http://downloads.ganeti.org/releases/${SERIES}/${MY_P}.tar.gz
mirror://debian/pool/main/g/ganeti-${SERIES}/ganeti-${SERIES}_${PV}-${DEBIAN_PATCH}.debian.tar.xz
"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
PATCHES=(
"${FILESDIR}"/ganeti-2.15-use-balloon-device.patch
"${WORKDIR}"/debian/patches/do-not-backup-export-dir.patch
@@ -56,6 +56,7 @@ HOMEPAGE="http://www.ganeti.org/"
LICENSE="GPL-2"
SLOT="0"
IUSE="drbd experimental haskell-daemons htools ipv6 kvm lxc monitoring multiple-users rbd syslog test xen restricted-commands"
+RESTRICT="!test? ( test )"
REQUIRED_USE="|| ( kvm xen lxc )
test? ( ipv6 )
@@ -374,5 +375,5 @@ src_test () {
PATH="${S}/scripts:${S}/src:${PATH}" \
TMPDIR="/tmp" \
GANETI_MASTER="$(hostname -f)" \
- emake check || die "emake check failed"
+ emake check
}