diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-30 12:33:46 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-30 12:33:46 +0100 |
commit | a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f (patch) | |
tree | a689281a55e2cbb79e879875bf76cd96f20c7d0c /x11-misc | |
parent | x11-misc/i3lock: replace proxy-maint as second maintainer (diff) | |
download | gentoo-a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f.tar.gz gentoo-a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f.tar.bz2 gentoo-a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/i3lock/i3lock-2.13.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/i3lock/i3lock-2.13.ebuild b/x11-misc/i3lock/i3lock-2.13.ebuild index e91228a0d97c..2ece4ee1a049 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" |