diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-01-22 10:25:49 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-01-22 10:30:21 +0100 |
commit | 6b589ea3708d775ee7f9b8871487c4486e321565 (patch) | |
tree | ef4d89f4b47f92142f68c152adbc98aa8b39e532 /dev-libs/hiredis | |
parent | net-libs/gnutls: remove unused patches (diff) | |
download | gentoo-6b589ea3708d775ee7f9b8871487c4486e321565.tar.gz gentoo-6b589ea3708d775ee7f9b8871487c4486e321565.tar.bz2 gentoo-6b589ea3708d775ee7f9b8871487c4486e321565.zip |
dev-libs/hiredis-0.13.3-r0: stable on alpha
Gentoo-Bug: 585646
Diffstat (limited to 'dev-libs/hiredis')
-rw-r--r-- | dev-libs/hiredis/hiredis-0.13.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/hiredis/hiredis-0.13.3.ebuild b/dev-libs/hiredis/hiredis-0.13.3.ebuild index 4a454793e346..9aadb09d96ae 100644 --- a/dev-libs/hiredis/hiredis-0.13.3.ebuild +++ b/dev-libs/hiredis/hiredis-0.13.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/0.13" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-solaris" IUSE="examples static-libs test" DEPEND="test? ( dev-db/redis )" |