commit: 3444b851db77a8751a0c0a327ca65d0af52862f9 Author: Henning Schild <henning <AT> hennsch <DOT> de> AuthorDate: Sat May 11 06:39:48 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sun May 12 11:16:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3444b851
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 <AT> hennsch.de> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> net-im/telegram-desktop-bin/telegram-desktop-bin-4.16.8.ebuild | 4 ++-- 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
