diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-01-24 17:43:19 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-01-24 19:38:08 -0500 |
commit | 8809440e4b9bd6df32f22e3872f4767a7f75f233 (patch) | |
tree | 6db6dd9aacf98a58fcf357af1183ac6ec69841d7 /x11-libs | |
parent | dev-util/cargo: version bump to 0.24.0 (diff) | |
download | musl-8809440e4b9bd6df32f22e3872f4767a7f75f233.tar.gz musl-8809440e4b9bd6df32f22e3872f4767a7f75f233.tar.bz2 musl-8809440e4b9bd6df32f22e3872f4767a7f75f233.zip |
Remove more keywords not supported on musl
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild | 2 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.28.2-r208.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild b/x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild index 2b24d5b0..25014665 100644 --- a/x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild +++ b/x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild @@ -7,7 +7,7 @@ XORG_MULTILIB=yes inherit xorg-2 DESCRIPTION="Library providing generic access to the PCI bus and devices" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="amd64 arm ia64 ~mips ppc ~sh sparc x86" IUSE="zlib" DEPEND="!<x11-base/xorg-server-1.5 diff --git a/x11-libs/vte/vte-0.28.2-r208.ebuild b/x11-libs/vte/vte-0.28.2-r208.ebuild index dfd5b1d3..05109751 100644 --- a/x11-libs/vte/vte-0.28.2-r208.ebuild +++ b/x11-libs/vte/vte-0.28.2-r208.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86" +KEYWORDS="amd64 arm ia64 ~mips ppc ~sh sparc x86" IUSE="debug +introspection python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |