projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c819ba
)
dev-ada/gprbuild: Adapt to new gnat-gpl slot
author
Tupone Alfredo
<tupone@gentoo.org>
Mon, 25 Jun 2018 06:17:52 +0000
(08:17 +0200)
committer
Tupone Alfredo
<tupone@gentoo.org>
Mon, 25 Jun 2018 07:39:16 +0000
(09:39 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ada/gprbuild/gprbuild-2018.ebuild
patch
|
blob
|
history
diff --git
a/dev-ada/gprbuild/gprbuild-2018.ebuild
b/dev-ada/gprbuild/gprbuild-2018.ebuild
index 2a10644bfbb2ce1c43a13b30b13606fbd74d94ca..19175a509333d9426a8a35dd3359ccaa10d199ba 100644
(file)
--- a/
dev-ada/gprbuild/gprbuild-2018.ebuild
+++ b/
dev-ada/gprbuild/gprbuild-2018.ebuild
@@
-21,7
+21,7
@@
IUSE="gnat_2016 gnat_2017 +gnat_2018"
DEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )
- gnat_2018? ( dev-lang/gnat-gpl:7.3.
0
)"
+ gnat_2018? ( dev-lang/gnat-gpl:7.3.
1
)"
RDEPEND="${DEPEND}"
S="${WORKDIR}"/${MYP}-src
@@
-35,7
+35,7
@@
src_prepare() {
elif use gnat_2017; then
GCC_PV=6.3.0
else
- GCC_PV=7.3.
0
+ GCC_PV=7.3.
1
fi
sed -e "s:@VER@:${GCC_PV}:g" "${FILESDIR}"/${P}.xml > gnat-${GCC_PV}.xml
default