From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3A9E21384B4 for ; Thu, 12 Nov 2015 06:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96F9C21C0EE; Thu, 12 Nov 2015 06:23:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39A4421C0EE for ; Thu, 12 Nov 2015 06:23:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4917233D3C7 for ; Thu, 12 Nov 2015 06:23:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC3571E4 for ; Thu, 12 Nov 2015 06:23:08 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1447309378.4bfb3cc22ec737d0e7245f553a43ac0f3de98a1b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dmenu/dmenu-9999.ebuild X-VCS-Directories: x11-misc/dmenu/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4bfb3cc22ec737d0e7245f553a43ac0f3de98a1b X-VCS-Branch: master Date: Thu, 12 Nov 2015 06:23:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a33a7ab9-0a2a-427b-b35f-cbe98c965aae X-Archives-Hash: 38ab36fbda48d4c133dc188fb1305dc0 commit: 4bfb3cc22ec737d0e7245f553a43ac0f3de98a1b Author: Jeroen Roovers gentoo org> AuthorDate: Thu Nov 12 06:22:58 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Nov 12 06:22:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfb3cc2 x11-misc/dmenu: Re-add USE=savedconfig by Balint SZENTE (bug #565530). Package-Manager: portage-2.2.24 x11-misc/dmenu/dmenu-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-misc/dmenu/dmenu-9999.ebuild b/x11-misc/dmenu/dmenu-9999.ebuild index f5f8bf6..65eabbb 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 }