diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:35:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:35:10 +0200 |
commit | f374952d39e546dd87c0bc147c90e143c38cc80a (patch) | |
tree | f4777db64925a1f1427f79a1cab05fec54981b3b /dev-util/cmake/cmake-3.13.5.ebuild | |
parent | dev-texlive: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.tar.gz gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.tar.bz2 gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.zip |
dev-util: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/cmake/cmake-3.13.5.ebuild')
-rw-r--r-- | dev-util/cmake/cmake-3.13.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.13.5.ebuild b/dev-util/cmake/cmake-3.13.5.ebuild index 0b3968ce18a0..fdf53e57156e 100644 --- a/dev-util/cmake/cmake-3.13.5.ebuild +++ b/dev-util/cmake/cmake-3.13.5.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz" LICENSE="CMake" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs system-jsoncpp ncurses qt5" RDEPEND=" |