diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-14 22:39:03 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-14 22:39:13 +0200 |
commit | 7692b1ba33794eab7c829ced35535d3631033964 (patch) | |
tree | 2b7fd808b9a79bdcadd650a971dd9563d82e0abb /app-editors/vscodium | |
parent | app-editors/vscodium: add EGL useflag for smooth rendering (diff) | |
download | gentoo-7692b1ba33794eab7c829ced35535d3631033964.tar.gz gentoo-7692b1ba33794eab7c829ced35535d3631033964.tar.bz2 gentoo-7692b1ba33794eab7c829ced35535d3631033964.zip |
app-editors/vscodium: stabilize 1.85.1.23348-r2 for amd64
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/vscodium')
-rw-r--r-- | app-editors/vscodium/vscodium-1.85.1.23348-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vscodium/vscodium-1.85.1.23348-r2.ebuild b/app-editors/vscodium/vscodium-1.85.1.23348-r2.ebuild index dff9e2aafd31..ea6665796b7d 100644 --- a/app-editors/vscodium/vscodium-1.85.1.23348-r2.ebuild +++ b/app-editors/vscodium/vscodium-1.85.1.23348-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,7 +41,7 @@ LICENSE=" W3C " SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64" +KEYWORDS="-* amd64 ~arm ~arm64" IUSE="egl kerberos wayland" RESTRICT="strip bindist" |