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 144841391DB for ; Sat, 15 Mar 2014 07:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76FA2E0AB6; Sat, 15 Mar 2014 07:26:56 +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 0DD2CE0AB6 for ; Sat, 15 Mar 2014 07:26:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39A6233FAFB for ; Sat, 15 Mar 2014 07:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 27B33188EB for ; Sat, 15 Mar 2014 07:26:53 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1394868774.9b769e26cad727078b46efa9404f5b20d60e5fdf.ulm@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: app-editors/emacs-xwidget/ X-VCS-Repository: proj/emacs X-VCS-Files: app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild X-VCS-Directories: app-editors/emacs-xwidget/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9b769e26cad727078b46efa9404f5b20d60e5fdf X-VCS-Branch: master Date: Sat, 15 Mar 2014 07:26:53 +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: febabe65-9f5d-4e29-992e-c21ff8cfd663 X-Archives-Hash: d6360a40bb855b6faae53bb79d7c7e96 commit: 9b769e26cad727078b46efa9404f5b20d60e5fdf Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 15 07:32:54 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 15 07:32:54 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=9b769e26 Merge changes from emacs-vcs. Package-Manager: portage-2.2.8-r1 --- app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild b/app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild index ffe8915..40e6eaa 100644 --- a/app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild +++ b/app-editors/emacs-xwidget/emacs-xwidget-24.3.9999.ebuild @@ -365,6 +365,9 @@ pkg_postinst() { # force an update of the emacs symlink for the livecd/dvd, # because some microemacs packages set it with USE=livecd eselect emacs update + elif [[ $(readlink "${EROOT}"/usr/bin/emacs) = ${EMACS_SUFFIX} ]]; then + # refresh symlinks in case any installed files have changed + eselect emacs set ${EMACS_SUFFIX} else eselect emacs update ifunset fi