diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 16:38:30 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:38 +0300 |
commit | a7c6480ffc5fdcb2739aade7fdf3fee29099c653 (patch) | |
tree | 268c0c16c37f91cfa3de600d2361f08435f2c40c /app-crypt/stan | |
parent | app-crypt/ssdeep: eapi bump (diff) | |
download | gentoo-a7c6480ffc5fdcb2739aade7fdf3fee29099c653.tar.gz gentoo-a7c6480ffc5fdcb2739aade7fdf3fee29099c653.tar.bz2 gentoo-a7c6480ffc5fdcb2739aade7fdf3fee29099c653.zip |
app-crypt/stan: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/stan')
-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" |