diff options
author | Henning Schild <henning@hennsch.de> | 2024-05-11 16:39:48 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-05-12 11:16:10 +0000 |
commit | 3444b851db77a8751a0c0a327ca65d0af52862f9 (patch) | |
tree | fa80a320d73e40aa9f9c85eb7c9c3d47cd28b2db /net-im | |
parent | net-im/telegram-desktop-bin: drop old (diff) | |
download | gentoo-3444b851db77a8751a0c0a327ca65d0af52862f9.tar.gz gentoo-3444b851db77a8751a0c0a327ca65d0af52862f9.tar.bz2 gentoo-3444b851db77a8751a0c0a327ca65d0af52862f9.zip |
net-im/telegram-desktop-bin: change variable order
This is pure cosmetics to deal with VariableOrderWrong
message from dev-util/pkgcheck
Closes: https://github.com/gentoo/gentoo/pull/36635
Signed-off-by: Henning Schild <henning@hennsch.de>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild | 4 | ||||
-rw-r--r-- | net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild index 19bc56b0ce5c..24722ca70535 100644 --- a/net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild +++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild @@ -12,6 +12,8 @@ SRC_URI=" amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz ) " +S="${WORKDIR}/Telegram" + LICENSE="GPL-3-with-openssl-exception" SLOT="0" KEYWORDS="-* ~amd64" @@ -30,8 +32,6 @@ RDEPEND=" >=x11-libs/libxcb-1.10 " -S="${WORKDIR}/Telegram" - src_prepare() { default diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild index 19bc56b0ce5c..24722ca70535 100644 --- a/net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild +++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-5.0.1.ebuild @@ -12,6 +12,8 @@ SRC_URI=" amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz ) " +S="${WORKDIR}/Telegram" + LICENSE="GPL-3-with-openssl-exception" SLOT="0" KEYWORDS="-* ~amd64" @@ -30,8 +32,6 @@ RDEPEND=" >=x11-libs/libxcb-1.10 " -S="${WORKDIR}/Telegram" - src_prepare() { default |