diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-03-30 19:44:38 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-03-30 20:23:41 -0400 |
commit | a66da50735e8552adbdf31b835e30eb99f4b5572 (patch) | |
tree | b6efe27f033de26c9c740fb383a4840a4a052b8a /x11-misc | |
parent | profiles/arch/x86: mask USE that need nvidia-drivers (diff) | |
download | gentoo-a66da50735e8552adbdf31b835e30eb99f4b5572.tar.gz gentoo-a66da50735e8552adbdf31b835e30eb99f4b5572.tar.bz2 gentoo-a66da50735e8552adbdf31b835e30eb99f4b5572.zip |
x11-misc/primus: unkeyword 0.2-r3 for ~x86
nvidia-drivers is no longer available on x86, or at least
unmasked. Could mask this together rather than unkeyworded,
but it's very unlikely this works properly with 0/390 given
the semi-broken glvnd support.
If anything, it may make more sense to last rite this...
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/primus/primus-0.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/primus/primus-0.2-r3.ebuild b/x11-misc/primus/primus-0.2-r3.ebuild index b70260a99d7b..3a4c0197ea9a 100644 --- a/x11-misc/primus/primus-0.2-r3.ebuild +++ b/x11-misc/primus/primus-0.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/amonakov/${PN}.git" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="+libglvnd" RDEPEND=" |