Skip to content

Commit

Permalink
app-crypt/aescrypt: eapi bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
alonbl committed Feb 4, 2017
1 parent 56667d5 commit bbede05
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app-crypt/aescrypt/aescrypt-3.0.6b.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4
EAPI=6

inherit eutils toolchain-funcs flag-o-matic
inherit toolchain-funcs flag-o-matic

DESCRIPTION="Advanced file encryption using AES"
HOMEPAGE="http://www.aescrypt.com/"
Expand All @@ -18,10 +18,10 @@ IUSE="static"
DEPEND=""
RDEPEND="${DEPEND}"

src_prepare() {
epatch "${FILESDIR}/${P}-build.patch"
epatch "${FILESDIR}/${P}-iconv.patch"
}
PATCHES=(
"${FILESDIR}/${P}-build.patch"
"${FILESDIR}/${P}-iconv.patch"
)

src_compile() {
if use static; then
Expand Down

0 comments on commit bbede05

Please sign in to comment.