Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83877 | Differences between
and this patch

Collapse All | Expand All

(-)ghdl-0.25.ebuild (-5 / +8 lines)
Lines 25-38 Link Here
25
GHDL_BUILD="${WORKDIR}/build"
25
GHDL_BUILD="${WORKDIR}/build"
26
26
27
# According to README of GHDL 0.21, it can build by GNAT v3.15p or GNAT GPL 2005.
27
# According to README of GHDL 0.21, it can build by GNAT v3.15p or GNAT GPL 2005.
28
# So, it should use LATEST GNAT v3.15p or GNAT GPL 2005 in portage tree.
29
# But, according to the bug #83877, it depends on GNAT v3.4*.
30
# So, DEPEND include GNAT v3.4* by default.
31
# Of cource, GNAT GPL 2005 is maybe O.K.
28
# Of cource, GNAT GPL 2005 is maybe O.K.
32
GNAT_PVR="3.4*"
29
# See also bug #83877.
30
#
31
# Now, I'd like to use GNAT GCC 4.1.x as virtual/gnat.
32
# Of cource, 3.4 is maybe OK.
33
#GNAT_PVR="3.4*"
33
#GNAT_GPL_PVR="3.4.5.1-r1"
34
#GNAT_GPL_PVR="3.4.5.1-r1"
34
DEPEND=">=dev-lang/gnat-${GNAT_PVR}"
35
GNAT_V_SLOT="4.1"
36
#DEPEND=">=dev-lang/gnat-${GNAT_PVR}"
35
#DEPEND=">=dev-lang/gnat-gpl-${GNAT_GPL_PVR}"
37
#DEPEND=">=dev-lang/gnat-gpl-${GNAT_GPL_PVR}"
38
DEPEND=">=virtual/gnat-${GNAT_V_SLOT}"
36
39
37
# Any Ada95 compilers are not required for just running GHDL after it was build.
40
# Any Ada95 compilers are not required for just running GHDL after it was build.
38
# But, it means that "emerge --depclean" may remove these Ada95 compilers.
41
# But, it means that "emerge --depclean" may remove these Ada95 compilers.

Return to bug 83877