diff options
Diffstat (limited to 'sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild')
-rw-r--r-- | sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild index 99d4b91dcd16..602ad9df2dba 100644 --- a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild +++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic @@ -12,9 +12,6 @@ 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" |