Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/bullet/
Date: Sat, 10 Oct 2020 07:23:04
Message-Id: 1602314552.c52b6af1e6ca79b29ad9990d5c85cba6fbec356a.juippis@gentoo
1 commit: c52b6af1e6ca79b29ad9990d5c85cba6fbec356a
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 06:27:26 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 07:22:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52b6af1
7
8 sci-physics/bullet: https:// in HOMEPAGE
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sci-physics/bullet/bullet-3.05.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-physics/bullet/bullet-3.05.ebuild b/sci-physics/bullet/bullet-3.05.ebuild
16 index e44b181d40a..a0f05f7d44a 100644
17 --- a/sci-physics/bullet/bullet-3.05.ebuild
18 +++ b/sci-physics/bullet/bullet-3.05.ebuild
19 @@ -6,7 +6,7 @@ EAPI=7
20 inherit cmake toolchain-funcs
21
22 DESCRIPTION="Continuous Collision Detection and Physics Library"
23 -HOMEPAGE="http://www.bulletphysics.com/"
24 +HOMEPAGE="https://www.bulletphysics.com/"
25 SRC_URI="https://github.com/bulletphysics/bullet3/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="ZLIB"