mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/oroborus-keylaunch: EAPI bump 4 -> 6
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4098
This commit is contained in:
committed by
David Seifert
parent
fd3736d8c4
commit
04f6fc2cbc
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
EAPI=6
|
||||
|
||||
MY_PN=${PN/oroborus-//}
|
||||
|
||||
@@ -20,13 +20,15 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_PN}-${PV}
|
||||
|
||||
DOCS=( README docs/example_rc debian/changelog )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -e "s: -g -O2 -Wall::" \
|
||||
-e "/^install:/s/install-docs//" \
|
||||
-i Makefile.in || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
dodoc README docs/example_rc debian/changelog
|
||||
src_compile() {
|
||||
emake VERBOSE=1
|
||||
}
|
||||
Reference in New Issue
Block a user