Skip to content

Commit

Permalink
app-crypt/libmd: drop unnecessary eautoreconf
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Oct 5, 2021
1 parent 2c12ebe commit cbc3d55
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app-crypt/libmd/libmd-1.0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit autotools multilib-minimal
inherit multilib-minimal

DESCRIPTION="Message Digest functions from BSD systems"
HOMEPAGE="https://www.hadrons.org/software/libmd/"
Expand All @@ -13,11 +13,6 @@ LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"

src_prepare() {
default
eautoreconf
}

multilib_src_configure() {
ECONF_SOURCE="${S}" econf
}
Expand Down

0 comments on commit cbc3d55

Please sign in to comment.