diff options
author | 2020-03-22 11:43:32 +0100 | |
---|---|---|
committer | 2020-03-22 11:43:32 +0100 | |
commit | a7405c6a42fe4d6c875e6a4334ed31b679a7b702 (patch) | |
tree | 0125f44bec06eea340fe0802ab9e6e06900c2dd7 /dev-libs/hiredis | |
parent | sys-libs/glibc: Disable sandbox in test phase, it breaks too much (diff) | |
download | gentoo-a7405c6a42fe4d6c875e6a4334ed31b679a7b702.tar.gz gentoo-a7405c6a42fe4d6c875e6a4334ed31b679a7b702.tar.bz2 gentoo-a7405c6a42fe4d6c875e6a4334ed31b679a7b702.zip |
dev-libs/hiredis: ia64 stable wrt bug #710734
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/hiredis')
-rw-r--r-- | dev-libs/hiredis/hiredis-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/hiredis/hiredis-0.14.1.ebuild b/dev-libs/hiredis/hiredis-0.14.1.ebuild index 5f247c1cea47..a4f4d10ec02b 100644 --- a/dev-libs/hiredis/hiredis-0.14.1.ebuild +++ b/dev-libs/hiredis/hiredis-0.14.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/0.14" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc x86 ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 s390 sparc x86 ~x64-solaris" IUSE="examples static-libs test" RESTRICT="!test? ( test )" |