commit: a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Nov 30 11:33:46 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Nov 30 11:33:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b3be1e
x11-misc/i3lock: use PN in SRC_URI For consistency with 2.10-r1. While at it, have the GitHub PR close itself once this has been pushed. Closes: https://github.com/gentoo/gentoo/pull/18449 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> x11-misc/i3lock/i3lock-2.13.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/i3lock/i3lock-2.13.ebuild b/x11-misc/i3lock/i3lock-2.13.ebuild index e91228a0d97..2ece4ee1a04 100644 --- a/x11-misc/i3lock/i3lock-2.13.ebuild +++ b/x11-misc/i3lock/i3lock-2.13.ebuild @@ -2,11 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit toolchain-funcs DESCRIPTION="Simple screen locker" HOMEPAGE="https://i3wm.org/i3lock/" -SRC_URI="https://i3wm.org/i3lock/${P}.tar.bz2" +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0"
