diff options
author | Amy Liffey <amynka@gentoo.org> | 2023-01-11 10:26:09 +0100 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2023-01-11 10:40:54 +0100 |
commit | e8b952327bb350aee992cd4f3eb29589c5fc8761 (patch) | |
tree | 1e9649675962404b47dc296e6f42cdca10fefc77 /dev-lang/lazarus | |
parent | dev-lang/lazarus: fix calling `gcc` directly (diff) | |
download | gentoo-e8b952327bb350aee992cd4f3eb29589c5fc8761.tar.gz gentoo-e8b952327bb350aee992cd4f3eb29589c5fc8761.tar.bz2 gentoo-e8b952327bb350aee992cd4f3eb29589c5fc8761.zip |
dev-lang/lazarus: change name to ${P}
Closes: https://github.com/gentoo/gentoo/pull/28789
Signed-off-by: Amy Liffey <amynka@gentoo.org>
Diffstat (limited to 'dev-lang/lazarus')
-rw-r--r-- | dev-lang/lazarus/lazarus-2.2.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/lazarus/lazarus-2.2.4-r1.ebuild b/dev-lang/lazarus/lazarus-2.2.4-r1.ebuild index 422a6d9f2bd0..eedf59b797ee 100644 --- a/dev-lang/lazarus/lazarus-2.2.4-r1.ebuild +++ b/dev-lang/lazarus/lazarus-2.2.4-r1.ebuild @@ -11,7 +11,7 @@ FPCVER="3.2.2" DESCRIPTION="feature rich visual programming environment emulating Delphi" HOMEPAGE="https://www.lazarus-ide.org/" -SRC_URI="mirror://sourceforge/lazarus/${P}-0.tar.gz https://dev.gentoo.org/~amynka/snap/lazarus-2.2.4-makefile.patch.bz2" +SRC_URI="mirror://sourceforge/lazarus/${P}-0.tar.gz https://dev.gentoo.org/~amynka/snap/${P}-makefile.patch.bz2" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" SLOT="0/2.2" # Note: Slotting Lazarus needs slotting fpc, see DEPEND. |