Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/
Date: Tue, 07 Dec 2021 11:25:00
Message-Id: 1638875478.0d80b2f448c304608842e701a570a68b75d5a8b6.asturm@gentoo
1 commit: 0d80b2f448c304608842e701a570a68b75d5a8b6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 11:11:18 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 11:11:18 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d80b2f4
7
8 gui-apps/liquidshell: Fix S
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 gui-apps/liquidshell/liquidshell-1.8.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/gui-apps/liquidshell/liquidshell-1.8.0.ebuild b/gui-apps/liquidshell/liquidshell-1.8.0.ebuild
17 index 3f21ca3641..9e1777ba2b 100644
18 --- a/gui-apps/liquidshell/liquidshell-1.8.0.ebuild
19 +++ b/gui-apps/liquidshell/liquidshell-1.8.0.ebuild
20 @@ -12,6 +12,7 @@ HOMEPAGE="https://invent.kde.org/system/liquidshell"
21
22 if [[ ${KDE_BUILD_TYPE} == release ]]; then
23 SRC_URI="mirror://kde/stable/${PN}/${PV}/${PN}-1.8.tar.xz"
24 + S="${WORKDIR}/${PN}-1.8"
25 KEYWORDS="~amd64"
26 fi