Skip to content

Commit

Permalink
dev-ada/aws: use ADAFLAGS for all ada files
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
atupone committed Jul 19, 2018
1 parent 7274195 commit 14fba1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-ada/aws/aws-2018.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ src_compile() {
fi
emake GCC=${CHOST}-gcc-${GCC_PV} \
PROCESSORS=$(makeopts_jobs) \
DEBUG=true \
GPRBUILD="/usr/bin/gprbuild -v"
}

src_install() {
emake DESTDIR="${D}" DEBUG=true install
emake DESTDIR="${D}" install
einstalldocs
}

0 comments on commit 14fba1d

Please sign in to comment.