Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openexr/
Date: Sun, 28 Jun 2020 20:57:23
Message-Id: 1593377835.800977a4e7f56b638b29c92ba437f3fca319bc93.bman@gentoo
1 commit: 800977a4e7f56b638b29c92ba437f3fca319bc93
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Fri Jun 26 07:11:26 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 20:57:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800977a4
7
8 media-libs/openexr: https for HOMEPAGE
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Closes: https://github.com/gentoo/gentoo/pull/16429
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 media-libs/openexr/openexr-2.3.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/openexr/openexr-2.3.0.ebuild b/media-libs/openexr/openexr-2.3.0.ebuild
19 index 1fee7ea7fa6..5cb1f98b83b 100644
20 --- a/media-libs/openexr/openexr-2.3.0.ebuild
21 +++ b/media-libs/openexr/openexr-2.3.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -6,7 +6,7 @@ EAPI=6
29 inherit autotools flag-o-matic toolchain-funcs multilib-minimal
30
31 DESCRIPTION="ILM's OpenEXR high dynamic-range image file format libraries"
32 -HOMEPAGE="http://openexr.com/"
33 +HOMEPAGE="https://www.openexr.com/"
34 SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz"
35
36 LICENSE="BSD"