diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:38:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:38:27 +0200 |
commit | b9b3a6bf404ff108ba6a9391616a01d3fcb3a948 (patch) | |
tree | b851536ba7c964a875e90f6cdd8d1f299edd1286 /x11-base/xcb-proto | |
parent | x11-apps: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-b9b3a6bf404ff108ba6a9391616a01d3fcb3a948.tar.gz gentoo-b9b3a6bf404ff108ba6a9391616a01d3fcb3a948.tar.bz2 gentoo-b9b3a6bf404ff108ba6a9391616a01d3fcb3a948.zip |
x11-base: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-base/xcb-proto')
-rw-r--r-- | x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild b/x11-base/xcb-proto/xcb-proto-1.13.ebuild index e2430d8455c8..e6ecba012eb2 100644 --- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild +++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild @@ -15,7 +15,7 @@ EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git" [[ ${PV} != 9999* ]] && \ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${PYTHON_DEPS}" |