diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-05-10 09:57:14 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-05-10 09:59:28 -0400 |
commit | e6d45fceaad0b5633b65b7132bac43463d4d7510 (patch) | |
tree | 9b91c143ec50720af58d73bd3b8af055d941466c /net-im | |
parent | profiles/arch/sparc: mask sys-block/tgt[rbd] (diff) | |
download | gentoo-e6d45fceaad0b5633b65b7132bac43463d4d7510.tar.gz gentoo-e6d45fceaad0b5633b65b7132bac43463d4d7510.tar.bz2 gentoo-e6d45fceaad0b5633b65b7132bac43463d4d7510.zip |
net-im/discord: stabilize 0.0.27 for amd64
For future reference, there's no problem with always
bumping this one straight-to-stable and dropping old
at same time given that without workarounds the old is
immediately broken and useless.
Exceptions may be experimental revbump changes and
similar.
Closes: https://bugs.gentoo.org/906036
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/discord/discord-0.0.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/discord/discord-0.0.27.ebuild b/net-im/discord/discord-0.0.27.ebuild index 8f127eeca494..0c75ad505e10 100644 --- a/net-im/discord/discord-0.0.27.ebuild +++ b/net-im/discord/discord-0.0.27.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://dl.discordapp.net/apps/linux/${MY_PV}/${MY_PN}-${MY_PV}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RESTRICT="bindist mirror strip test" IUSE="appindicator +seccomp" |