Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/realpath_turbo/
Date: Sat, 08 Feb 2020 18:56:00
Message-Id: 1581188076.47ab75ab522e5a8d65e3476ccf4ba1e66eaaf015.soap@gentoo
1 commit: 47ab75ab522e5a8d65e3476ccf4ba1e66eaaf015
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 18:54:36 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 18:54:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ab75ab
7
8 dev-php/realpath_turbo: [QA] Fix VariableInHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild b/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild
16 index 629ec768de1..19558aae600 100644
17 --- a/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild
18 +++ b/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild
19 @@ -14,7 +14,7 @@ inherit php-ext-source-r3
20 MY_PV="${PV/_/}"
21
22 DESCRIPTION="PHP extension to re-enable realpath cache when using open_basedir restriction"
23 -HOMEPAGE="https://github.com/Whissi/${PN}/"
24 +HOMEPAGE="https://github.com/Whissi/realpath_turbo/"
25 SRC_URI="https://github.com/Whissi/${PN}/releases/download/v${MY_PV}/${P}.tar.bz2"
26
27 LICENSE="BSD-2"