diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 09:49:20 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 09:49:20 +0000 |
commit | 8dc2b215e4354f088d00895a22234ee517e8fda7 (patch) | |
tree | 4a58be977a70edbf92eba7d4a041412067328130 /app-emulation | |
parent | sys-apps/s6-linux-init: Stabilize 1.1.0.0 arm, #903281 (diff) | |
download | gentoo-8dc2b215e4354f088d00895a22234ee517e8fda7.tar.gz gentoo-8dc2b215e4354f088d00895a22234ee517e8fda7.tar.bz2 gentoo-8dc2b215e4354f088d00895a22234ee517e8fda7.zip |
app-emulation/winetricks: Stabilize 20230212 amd64, #903127
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/winetricks/winetricks-20230212.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/winetricks/winetricks-20230212.ebuild b/app-emulation/winetricks/winetricks-20230212.ebuild index 48e2def4ca4b..72b4147590f5 100644 --- a/app-emulation/winetricks/winetricks-20230212.ebuild +++ b/app-emulation/winetricks/winetricks-20230212.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "99999999" ]] ; then SRC_URI="" else SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi wtg="winetricks-gentoo-2012.11.24" |