diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-11-12 07:22:58 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-11-12 07:22:58 +0100 |
commit | 4bfb3cc22ec737d0e7245f553a43ac0f3de98a1b (patch) | |
tree | 5b4211dc5b298a31edf616b6af3db630f310c802 /x11-misc | |
parent | net-nntp/sabnzbd: systemd support (diff) | |
download | gentoo-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.ebuild | 6 |
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 } |