Diff cimg-2.9.3 with a cimg-3.2.4

/usr/portage/media-libs/cimg/cimg-3.2.4.ebuild 2023-10-09 14:52:31.660368405 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="C++ template image processing toolkit"
7 7
HOMEPAGE="https://cimg.eu/ https://github.com/GreycLab/CImg"
8 8
SRC_URI="https://github.com/GreycLab/CImg/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
9
S="${WORKDIR}/CImg-v.${PV}"
9 10

  
10 11
LICENSE="CeCILL-2 CeCILL-C"
11 12
SLOT="0"
12 13
KEYWORDS="~amd64 ~x86"
13 14
IUSE="doc examples"
14 15

  
15
S="${WORKDIR}/CImg-v.${PV}"
16

  
17 16
src_install() {
18 17
	doheader CImg.h
19 18
	dodoc README.txt
Thank you!