Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fix-gnustack/
Date: Sat, 08 Feb 2020 18:56:07
Message-Id: 1581188129.eff56510ed4dc6ac56dbe094ecc7b46258e43db5.soap@gentoo
1 commit: eff56510ed4dc6ac56dbe094ecc7b46258e43db5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 18:55:29 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 18:55:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff56510
7
8 sys-apps/fix-gnustack: [QA] Fix VariableInHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
16 index ab3b556fe2a..7c291908b48 100644
17 --- a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
18 +++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=5
21
22 DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK"
23 -HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}"
24 +HOMEPAGE="https://dev.gentoo.org/~blueness/fix-gnustack"
25 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
26 LICENSE="GPL-3"