diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-24 22:41:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-24 22:55:28 +0100 |
commit | 1a4d6555c0b08c4eecf4f525f45eb518ff64c000 (patch) | |
tree | 10756572e6c20f73446d3f772d52a9a47d40cc8f /dev-db | |
parent | dev-util/meson: Keyword ~amd64-fbsd (bug #625322) (diff) | |
download | gentoo-1a4d6555c0b08c4eecf4f525f45eb518ff64c000.tar.gz gentoo-1a4d6555c0b08c4eecf4f525f45eb518ff64c000.tar.bz2 gentoo-1a4d6555c0b08c4eecf4f525f45eb518ff64c000.zip |
dev-db/tokyocabinet: Tested on ~amd64-fbsd (bug #635216)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild index 5ebdf015b89a..40a687758884 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="bzip2 debug doc examples threads zlib" DEPEND="bzip2? ( app-arch/bzip2 ) |