diff options
author | Chi-Thanh Christopher Nguyen <chithanh@gentoo.org> | 2014-10-06 13:47:09 +0200 |
---|---|---|
committer | Chi-Thanh Christopher Nguyen <chithanh@gentoo.org> | 2014-10-06 13:47:09 +0200 |
commit | 06b6d819586497b42cbea40a49162b0bb4e6f001 (patch) | |
tree | bf95e907f0466b5a5f0ef27608bb4768eebe0776 /x11-proto | |
parent | x11-libs/libxcb: drop stable keywords (diff) | |
download | x11-06b6d819586497b42cbea40a49162b0bb4e6f001.tar.gz x11-06b6d819586497b42cbea40a49162b0bb4e6f001.tar.bz2 x11-06b6d819586497b42cbea40a49162b0bb4e6f001.zip |
x11-proto/xcb-proto: drop stable keywords
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-1.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-proto/xcb-proto/xcb-proto-1.11.ebuild b/x11-proto/xcb-proto/xcb-proto-1.11.ebuild index 19b1bc70..f2baee57 100644 --- a/x11-proto/xcb-proto/xcb-proto-1.11.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-1.11.ebuild @@ -15,7 +15,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto" [[ ${PV} != 9999* ]] && \ SRC_URI="http://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 ~x86-freebsd ~x86-interix ~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 ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${PYTHON_DEPS}" |