Skip to content

Commit

Permalink
app-crypt/loop-aes-losetup: remove eutils
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
alonbl committed Mar 25, 2017
1 parent 4f343be commit de00f59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app-crypt/loop-aes-losetup/loop-aes-losetup-2.28.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI="6"

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

MY_PV="${PV/_/-}"
MY_P="util-linux-${MY_PV}"
Expand All @@ -25,9 +25,12 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
virtual/os-headers"

PATCHES=(
"${WORKDIR}/${LOOPAES_P}/util-linux-${PV}.diff"
)

src_prepare() {
default
epatch "${WORKDIR}/${LOOPAES_P}/util-linux-${PV}.diff"
eautoreconf
}

Expand Down

0 comments on commit de00f59

Please sign in to comment.