diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/stan/stan-0.4.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/stan/stan-0.4.1-r1.ebuild b/app-crypt/stan/stan-0.4.1-r1.ebuild index 91952b99aec5..2d9a98e30c57 100644 --- a/app-crypt/stan/stan-0.4.1-r1.ebuild +++ b/app-crypt/stan/stan-0.4.1-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit autotools DESCRIPTION="Stan analyzes binary streams and calculates statistical information" @@ -11,7 +12,6 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" PATCHES=( "${FILESDIR}/${P}-errno.patch" |