Diff esco-0.512 with a esco-0.513

/usr/portage/dev-lang/esco/esco-0.513.ebuild 2023-10-09 14:52:29.456368349 +0300
1
# Copyright 1999-2016 Gentoo Foundation
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=6
4
EAPI=8
5 5

  
6
MY_PN="${PN}-src"
6
MY_PN="${PN}-srv"
7 7
MY_P="${MY_PN}-${PV}"
8 8

  
9 9
DESCRIPTION="Combine interpreter of esoteric languages"
10
HOMEPAGE="http://esco.sourceforge.net/"
10
HOMEPAGE="https://esco.sourceforge.net/"
11 11
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
12 12

  
13
LICENSE="GPL-2"
13
LICENSE="GPL-2+"
14 14
SLOT="0"
15 15
KEYWORDS="~amd64 ~x86"
16

  
17 16
IUSE="gmp l10n_ru"
18 17

  
19 18
DEPEND="gmp? ( dev-libs/gmp:0 )"
Thank you!