diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:24 +0200 |
commit | 49ebab7dbbd9328e00caacacd24f8a9d9faa64ef (patch) | |
tree | d43b4480eaa9651617715b7f20c440351e3d0737 /dev-libs/hiredis | |
parent | dev-lang: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-49ebab7dbbd9328e00caacacd24f8a9d9faa64ef.tar.gz gentoo-49ebab7dbbd9328e00caacacd24f8a9d9faa64ef.tar.bz2 gentoo-49ebab7dbbd9328e00caacacd24f8a9d9faa64ef.zip |
dev-libs: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/hiredis')
-rw-r--r-- | dev-libs/hiredis/hiredis-0.13.3.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/hiredis/hiredis-0.14.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/hiredis/hiredis-0.13.3.ebuild b/dev-libs/hiredis/hiredis-0.13.3.ebuild index f9c5caf202ac..045f7c1ebd2a 100644 --- a/dev-libs/hiredis/hiredis-0.13.3.ebuild +++ b/dev-libs/hiredis/hiredis-0.13.3.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.13" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~x64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x64-solaris" IUSE="examples static-libs test" DEPEND="test? ( dev-db/redis )" diff --git a/dev-libs/hiredis/hiredis-0.14.0.ebuild b/dev-libs/hiredis/hiredis-0.14.0.ebuild index ab120cee20da..201e0c0358d0 100644 --- a/dev-libs/hiredis/hiredis-0.14.0.ebuild +++ b/dev-libs/hiredis/hiredis-0.14.0.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 ~x86-fbsd ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-solaris" IUSE="examples static-libs test" DEPEND="test? ( dev-db/redis )" |