diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-05-14 13:51:11 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-05-14 13:51:11 +0200 |
commit | 50e6394fca07cf107f073ffa7be78ab22d2b8404 (patch) | |
tree | 8c19ba7638192d3251bc1bbff65f908ed46f085e /app-office/lyx | |
parent | app-office/lyx: add 2.3.7 (diff) | |
download | gentoo-50e6394fca07cf107f073ffa7be78ab22d2b8404.tar.gz gentoo-50e6394fca07cf107f073ffa7be78ab22d2b8404.tar.bz2 gentoo-50e6394fca07cf107f073ffa7be78ab22d2b8404.zip |
app-office/lyx: Fix StaticSrcUri warning
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-2.3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/lyx/lyx-2.3.7.ebuild b/app-office/lyx/lyx-2.3.7.ebuild index 8a46110805a0..b0c0d78d5162 100644 --- a/app-office/lyx/lyx-2.3.7.ebuild +++ b/app-office/lyx/lyx-2.3.7.ebuild @@ -10,7 +10,7 @@ inherit desktop font optfeature python-single-r1 qmake-utils toolchain-funcs xdg DESCRIPTION="WYSIWYM (What You See Is What You Mean) document processor based on LaTeX" HOMEPAGE="https://www.lyx.org/" -SRC_URI="http://ftp.lyx.org/pub/lyx/stable/2.3.x/${MY_P}-1.tar.xz" +SRC_URI="http://ftp.lyx.org/pub/lyx/stable/$(ver_cut 1-2).x/${MY_P}-1.tar.xz" LICENSE="GPL-2+" SLOT="0" |