summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/logkeys/logkeys-9999.ebuild')
-rw-r--r--net-analyzer/logkeys/logkeys-9999.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/logkeys/logkeys-9999.ebuild b/net-analyzer/logkeys/logkeys-9999.ebuild
index 59c5d28..09f52fe 100644
--- a/net-analyzer/logkeys/logkeys-9999.ebuild
+++ b/net-analyzer/logkeys/logkeys-9999.ebuild
@@ -1,26 +1,26 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
+EAPI=7
-inherit autotools eutils git-r3
+inherit autotools git-r3
DESCRIPTION="a GNU/Linux keylogger that works!"
-HOMEPAGE="https://code.google.com/p/logkeys/"
+HOMEPAGE="https://github.com/kernc/logkeys"
EGIT_REPO_URI="https://github.com/kernc/${PN}"
KEYWORDS=""
IUSE=""
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
DEPEND=""
RDEPEND=""
src_prepare() {
- epatch "${FILESDIR}/cxxflags.patch"
+ sed "s:-Wall -O3 ::" -i ./src/Makefile.am || die
eautoreconf
+ default
}
src_install() {