x11-misc/dmenu: Re-add USE=savedconfig by Balint SZENTE (bug #565530).

Package-Manager: portage-2.2.24
This commit is contained in:
Jeroen Roovers
2015-11-12 07:22:58 +01:00
parent 35b62e4cf4
commit 4bfb3cc22e

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
inherit eutils git-r3 toolchain-funcs
inherit eutils git-r3 savedconfig toolchain-funcs
DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System"
HOMEPAGE="http://tools.suckless.org/dmenu/"
@@ -35,7 +35,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
epatch_user
restore_config config.def.h
}
src_compile() {
@@ -54,4 +54,6 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
save_config config.def.h
}