summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2018-11-09 20:20:31 +0100
committerTupone Alfredo <tupone@gentoo.org>2018-11-09 20:20:31 +0100
commit580a47c96931573117f7b9b1563c382815e6a142 (patch)
treeb5f3278316a203b704e13b1701cf62cd5b0086ed /dev-ada/libgpr/libgpr-2017.ebuild
parentsys-apps/file: s390/sh/m68k stable (diff)
downloadgentoo-580a47c96931573117f7b9b1563c382815e6a142.tar.gz
gentoo-580a47c96931573117f7b9b1563c382815e6a142.tar.bz2
gentoo-580a47c96931573117f7b9b1563c382815e6a142.zip
dev-ada/libgpr: Stabilize 2018 version
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ada/libgpr/libgpr-2017.ebuild')
-rw-r--r--dev-ada/libgpr/libgpr-2017.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-ada/libgpr/libgpr-2017.ebuild b/dev-ada/libgpr/libgpr-2017.ebuild
index f2ca1d510730..f143af3dc4f8 100644
--- a/dev-ada/libgpr/libgpr-2017.ebuild
+++ b/dev-ada/libgpr/libgpr-2017.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}"/${MYP}-src
REQUIRED_USE="|| ( shared static-libs static-pic )"
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+PATCHES=( "${FILESDIR}"/${PN}-2018-gentoo.patch )
src_configure() {
emake prefix="${D}"usr setup
@@ -35,12 +35,6 @@ src_compile() {
-XLIBRARY_TYPE=$1 -XXMLADA_BUILD=$1 \
gpr/gpr.gpr -cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS} || die
}
- if use gnat_2016; then
- GCC_PV=4.9.4
- else
- GCC_PV=6.3.0
- fi
- GCC=${CHOST}-gcc-${GCC_PV}
if use shared; then
build relocatable
fi