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/gentoo-functions/
Date: Sat, 08 Feb 2020 14:19:00
Message-Id: 1581171480.c9cada1ea3899ddfbbfc68849ee87cc444d0bf38.soap@gentoo
1 commit: c9cada1ea3899ddfbbfc68849ee87cc444d0bf38
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 14:18:00 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 14:18:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cada1e
7
8 sys-apps/gentoo-functions: [QA] Fix BadHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
16 index 287a61aa175..6d011618fc1 100644
17 --- a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
18 +++ b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
19 @@ -14,7 +14,7 @@ fi
20 inherit toolchain-funcs flag-o-matic
21
22 DESCRIPTION="base functions required by all Gentoo systems"
23 -HOMEPAGE="https://www.gentoo.org"
24 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
25
26 LICENSE="GPL-2"
27 SLOT="0"