summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-11-12 07:22:58 +0100
committerJeroen Roovers <jer@gentoo.org>2015-11-12 07:22:58 +0100
commit4bfb3cc22ec737d0e7245f553a43ac0f3de98a1b (patch)
tree5b4211dc5b298a31edf616b6af3db630f310c802 /x11-misc
parentnet-nntp/sabnzbd: systemd support (diff)
downloadgentoo-4bfb3cc22ec737d0e7245f553a43ac0f3de98a1b.tar.gz
gentoo-4bfb3cc22ec737d0e7245f553a43ac0f3de98a1b.tar.bz2
gentoo-4bfb3cc22ec737d0e7245f553a43ac0f3de98a1b.zip
x11-misc/dmenu: Re-add USE=savedconfig by Balint SZENTE (bug #565530).
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/dmenu/dmenu-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/dmenu/dmenu-9999.ebuild b/x11-misc/dmenu/dmenu-9999.ebuild
index f5f8bf6cc901..65eabbb5fff7 100644
--- a/x11-misc/dmenu/dmenu-9999.ebuild
+++ b/x11-misc/dmenu/dmenu-9999.ebuild
@@ -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
}