Diff hepmc-2.06.09-r2 with a hepmc-2.06.11

/usr/portage/sci-physics/hepmc/hepmc-2.06.11.ebuild 2023-10-09 14:52:35.252368495 +0300
5 5

  
6 6
inherit cmake
7 7

  
8
MYP=hepmc${PV}
8
MYP=HepMC-${PV}
9 9

  
10 10
DESCRIPTION="Event Record for Monte Carlo Generators"
11 11
HOMEPAGE="https://hepmc.web.cern.ch/hepmc/"
......
13 13
S="${WORKDIR}/${MYP}"
14 14

  
15 15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="2"
17 17
KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
18 18
IUSE="cm doc examples gev test"
19 19
RESTRICT="!test? ( test )"
20 20

  
21 21
BDEPEND="
22 22
	doc? (
23
		app-doc/doxygen
23
		app-doc/doxygen[dot]
24 24
		dev-texlive/texlive-latex
25 25
		dev-texlive/texlive-latexextra
26 26
		dev-texlive/texlive-latexrecommended
27 27
	)"
28 28

  
29
# Block against old slot 0
30
RDEPEND="!sci-physics/hepmc:0"
31

  
29 32
src_prepare() {
30 33
	cmake_src_prepare
31 34

  
Thank you!