From 0a939d911405b4494516fb517a1455d0a051b0b9 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Mon, 15 May 2017 10:12:50 +0200 Subject: sci-electronics/espresso-ab: Revbump. Fix compilation by specifying gnu89 as standard, bug 617492. Thanks to Nils/holgersson Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- .../espresso-ab/espresso-ab-1.0-r2.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild (limited to 'sci-electronics') diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild new file mode 100644 index 000000000000..b3ac432ed1e0 --- /dev/null +++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit flag-o-matic + +DESCRIPTION="POSIX compliant version of the espresso logic minimization tool" +HOMEPAGE="http://www.cs.man.ac.uk/apt/projects/balsa/" +SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DOCS="README" + +src_configure(){ + append-cflags "-std=gnu89" + default +} -- cgit v1.2.3-65-gdbad