diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-03-26 08:56:24 +0200 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2024-03-26 06:07:08 -0400 |
commit | 7ffa3abbd9e81d70d5f8a76e6d66e0a89f511bca (patch) | |
tree | 57b6c5b572cdfb264bed656bb2c6b5f2fc033f73 /net-im | |
parent | app-containers/incus: build the new incus-simplestreams binary too (diff) | |
download | gentoo-7ffa3abbd9e81d70d5f8a76e6d66e0a89f511bca.tar.gz gentoo-7ffa3abbd9e81d70d5f8a76e6d66e0a89f511bca.tar.bz2 gentoo-7ffa3abbd9e81d70d5f8a76e6d66e0a89f511bca.zip |
net-im/discord: add 0.0.47, drop 0.0.46
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35922
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/discord/Manifest | 2 | ||||
-rw-r--r-- | net-im/discord/discord-0.0.47.ebuild (renamed from net-im/discord/discord-0.0.46.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/discord/Manifest b/net-im/discord/Manifest index 908948a5826a..726a2f422099 100644 --- a/net-im/discord/Manifest +++ b/net-im/discord/Manifest @@ -1 +1 @@ -DIST discord-0.0.46.tar.gz 92983040 BLAKE2B 1d1fb9823808eafee6c41336bc1b82c5b803c5203abe0d65c62ac70444b8cd5c3f7926c2ed75215e16e2ee6c3fb6701ac4b2af3713fe9380b6a23b03aa8e5c90 SHA512 7f88a1f5281beb5bcdb9741ae4d984ec71c09931f31c4265e15f63b5710baff0124b38421971e45e217e20d7de14e4b5ab9e0b7da6afc3eb8ff3456643f692e8 +DIST discord-0.0.47.tar.gz 101237832 BLAKE2B ed101c7ca1a3d561ea1f7093ee0e47261ac4d33fe811bf3fb38713a2bfe0a94274a322c359d8ef56a72382fe2ea8a57884c66356592421345a9a5c35c71eceba SHA512 da08bd801210d7194f8c5de1b43948e018dfccffc7685adbc28d0710351fbf9161f77ccb1e8c0c34b13d1955f53f8dd58f15470415b05d2e22057fe7ae73c703 diff --git a/net-im/discord/discord-0.0.46.ebuild b/net-im/discord/discord-0.0.47.ebuild index e6f47c627d39..fefed5b524d7 100644 --- a/net-im/discord/discord-0.0.46.ebuild +++ b/net-im/discord/discord-0.0.47.ebuild @@ -17,12 +17,14 @@ inherit chromium-2 desktop linux-info optfeature unpacker xdg DESCRIPTION="All-in-one voice and text chat for gamers" HOMEPAGE="https://discordapp.com" SRC_URI="https://dl.discordapp.net/apps/linux/${MY_PV}/${MY_PN}-${MY_PV}.tar.gz" +S="${WORKDIR}/${MY_PN^}" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64" -RESTRICT="bindist mirror strip test" + IUSE="appindicator +seccomp" +RESTRICT="bindist mirror strip test" RDEPEND=" >=app-accessibility/at-spi2-core-2.46.0:2 @@ -62,8 +64,6 @@ QA_PREBUILT="*" CONFIG_CHECK="~USER_NS" -S="${WORKDIR}/${MY_PN^}" - src_unpack() { unpack ${MY_PN}-${MY_PV}.tar.gz } |