diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-10-25 18:55:48 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-10-25 18:55:48 -0700 |
commit | 3d6b18ab89cec226100c4e111c2b24b2fa563bfe (patch) | |
tree | 6ebded22b462aa3a69047e6fbfe61e5e7e9b4def /x11-base | |
parent | x11-base/xorg-drivers-1.20: ppc64 stable, bug 669588 (diff) | |
download | gentoo-3d6b18ab89cec226100c4e111c2b24b2fa563bfe.tar.gz gentoo-3d6b18ab89cec226100c4e111c2b24b2fa563bfe.tar.bz2 gentoo-3d6b18ab89cec226100c4e111c2b24b2fa563bfe.zip |
x11-base/xorg-server-1.20.3: ppc64 stable, bug 669588
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-server/xorg-server-1.20.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-base/xorg-server/xorg-server-1.20.3.ebuild b/x11-base/xorg-server/xorg-server-1.20.3.ebuild index 083844d12ced..cdfb2446bf24 100644 --- a/x11-base/xorg-server/xorg-server-1.20.3.ebuild +++ b/x11-base/xorg-server/xorg-server-1.20.3.ebuild @@ -11,7 +11,7 @@ EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git" DESCRIPTION="X.Org X servers" SLOT="0/${PV}" if [[ ${PV} != 9999* ]]; then - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb" |