From b075694584be3dfc785835a86ed507c2fc1273fc Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sat, 19 May 2018 12:44:29 +0200 Subject: [PATCH] x11-misc/sent: Fix savedconfig usage (bug #656082). Package-Manager: Portage-2.3.38, Repoman-2.3.9 --- x11-misc/sent/{sent-1.ebuild => sent-1-r1.ebuild} | 5 +++-- x11-misc/sent/sent-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) rename x11-misc/sent/{sent-1.ebuild => sent-1-r1.ebuild} (88%) diff --git a/x11-misc/sent/sent-1.ebuild b/x11-misc/sent/sent-1-r1.ebuild similarity index 88% rename from x11-misc/sent/sent-1.ebuild rename to x11-misc/sent/sent-1-r1.ebuild index f8352a8d5281..8324b45871a4 100644 --- a/x11-misc/sent/sent-1.ebuild +++ b/x11-misc/sent/sent-1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ src_prepare() { -e '/^ echo/d' \ Makefile || die - restore_config config.def.h + restore_config config.h } src_compile() { @@ -41,4 +41,5 @@ src_compile() { src_install() { emake DESTDIR="${D}" PREFIX="/usr" install + save_config config.h } diff --git a/x11-misc/sent/sent-9999.ebuild b/x11-misc/sent/sent-9999.ebuild index 5f42528d0e67..ad9a0d7e799b 100644 --- a/x11-misc/sent/sent-9999.ebuild +++ b/x11-misc/sent/sent-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,7 +31,7 @@ src_prepare() { -e '/^ echo/d' \ Makefile || die - restore_config config.def.h + restore_config config.h } src_compile() { @@ -40,4 +40,5 @@ src_compile() { src_install() { emake DESTDIR="${D}" PREFIX="/usr" install + save_config config.h } -- 2.26.2