aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-03 12:31:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-03 12:31:38 +0100
commitd4eab124243257e4da9107b029f15b1e7d9ba2db (patch)
tree1716c63fcdf8af7ca23293fe9971b4ab5720bec1 /app-editors
parentkde-frameworks/kxmlgui: Minor style fix (diff)
downloadkde-d4eab124243257e4da9107b029f15b1e7d9ba2db.tar.gz
kde-d4eab124243257e4da9107b029f15b1e7d9ba2db.tar.bz2
kde-d4eab124243257e4da9107b029f15b1e7d9ba2db.zip
app-editors/kile: Minor style fix
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/kile/kile-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index fbd6bb058a..def5f8a063 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -15,6 +15,7 @@ HOMEPAGE="https://apps.kde.org/kile/ https://kile.sourceforge.io/"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+ S="${WORKDIR}/${MY_P}"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
fi
@@ -60,8 +61,6 @@ RDEPEND="${DEPEND}
DOCS=( kile-remote-control.txt )
-S=${WORKDIR}/${MY_P}
-
PATCHES=( "${FILESDIR}/${PN}-2.9.93_p20221123-cmake.patch" )
src_configure() {