Skip to content

Commit

Permalink
asleap: fix joswr1ght/asleap#5
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Bolshakov committed Jun 21, 2021
1 parent cc5ade2 commit 25bd077
Show file tree
Hide file tree
Showing 2 changed files with 4,921 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app-crypt/asleap/asleap-2.2_p20201128.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -11,22 +11,22 @@ HOMEPAGE="https://github.com/joswr1ght/asleap"
HASH_COMMIT="254acabba34cb44608c9d2dcf7a147553d3d5ba3"
SRC_URI="https://github.com/joswr1ght/asleap/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"

#KEYWORDS="amd64 x86"
KEYWORDS="amd64 x86"
LICENSE="GPL-2"
SLOT="0"
IUSE=""

RDEPEND="
dev-libs/openssl
net-libs/libpcap
=sys-libs/libxcrypt-2.4*"
RDEPEND="dev-libs/openssl
net-libs/libpcap"
# =sys-libs/libxcrypt-2.4*"

DEPEND="${RDEPEND}"

S="${WORKDIR}/${PN}-${HASH_COMMIT}"

src_prepare() {
# eapply "${FILESDIR}"

eapply "${FILESDIR}/7.patch"

sed -e "s/-pipe//;s/-Wall//;s/-g3 -ggdb -g/${CFLAGS}/" \
-i Makefile || die
Expand All @@ -46,5 +46,5 @@ src_compile() {
src_install() {
dosbin asleap
newbin genkeys asleap-genkeys
dodoc THANKS README
dodoc THANKS.md README.md
}
Loading

0 comments on commit 25bd077

Please sign in to comment.