diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 19:52:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-14 19:52:25 +0000 |
commit | 330c408ff7f56a97e9db2256e1f9a5e9e23e5d64 (patch) | |
tree | c4c7c767a90edb060eb80b5b104f2125651f470e | |
parent | media-fonts/noto-emoji: Stabilize 20201214 x86, #770535 (diff) | |
download | gentoo-330c408ff7f56a97e9db2256e1f9a5e9e23e5d64.tar.gz gentoo-330c408ff7f56a97e9db2256e1f9a5e9e23e5d64.tar.bz2 gentoo-330c408ff7f56a97e9db2256e1f9a5e9e23e5d64.zip |
x11-misc/virtualgl: Stabilize 2.6.5 x86, #770562
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | x11-misc/virtualgl/virtualgl-2.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/virtualgl/virtualgl-2.6.5.ebuild b/x11-misc/virtualgl/virtualgl-2.6.5.ebuild index 7decbf89ae3b..38ff0e247462 100644 --- a/x11-misc/virtualgl/virtualgl-2.6.5.ebuild +++ b/x11-misc/virtualgl/virtualgl-2.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ else MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi DESCRIPTION="Run OpenGL applications remotely with full 3D hardware acceleration" |