diff options
author | 2018-03-25 12:01:00 -0700 | |
---|---|---|
committer | 2018-03-25 12:02:17 -0700 | |
commit | dc5894b0d64ec19b65945215c26f0c80c6698a6d (patch) | |
tree | 9d8d90ff3af7c0459afdfad16499a63f7eb1742a /x11-proto | |
parent | app-crypt/rhash: Drop macos prefix keywords from 1.3.6 (diff) | |
download | gentoo-dc5894b0d64ec19b65945215c26f0c80c6698a6d.tar.gz gentoo-dc5894b0d64ec19b65945215c26f0c80c6698a6d.tar.bz2 gentoo-dc5894b0d64ec19b65945215c26f0c80c6698a6d.zip |
Revert "x11-proto/xcb-proto: amd64 stable wrt bug #651286"
This reverts commit cfc26b12269d3faa0703fbf4135d3bf55e93258a.
I mistakenly included this in the package list. It will be stabilized
separately with the corresponding libxcb.
Bug: https://bugs.gentoo.org/651286
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-1.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-proto/xcb-proto/xcb-proto-1.13.ebuild b/x11-proto/xcb-proto/xcb-proto-1.13.ebuild index b11d2a1c24ee..ff528d697dc0 100644 --- a/x11-proto/xcb-proto/xcb-proto-1.13.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-1.13.ebuild @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${PYTHON_DEPS}" |