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 262CE1381F3 for ; Sat, 6 Jul 2013 22:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B246E09BE; Sat, 6 Jul 2013 22:52:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9FB5E09C2 for ; Sat, 6 Jul 2013 22:52:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB65433E849 for ; Sat, 6 Jul 2013 22:52:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7990FE5459 for ; Sat, 6 Jul 2013 22:52:41 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1373150795.a9ed5ea51567773ab8d7736216cf7f82c7ac4bb1.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog ebuild-mode.el X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: a9ed5ea51567773ab8d7736216cf7f82c7ac4bb1 X-VCS-Branch: ebuild-mode Date: Sat, 6 Jul 2013 22:52:41 +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: dfd9b2b6-919b-4b2e-b62b-580279de1aee X-Archives-Hash: d2a1e47301ce16ec6c474715d079b138 commit: a9ed5ea51567773ab8d7736216cf7f82c7ac4bb1 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 6 22:46:35 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Jul 6 22:46:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=a9ed5ea5 Suppress empty IUSE in ebuild skeleton. * ebuild-mode.el (ebuild-mode-insert-skeleton): Suppress IUSE if its value is empty; the variable is no longer mandatory. --- ChangeLog | 3 ++- ebuild-mode.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 97cb911..89b9819 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2013-07-07 Ulrich Müller * ebuild-mode.el (ebuild-mode-insert-skeleton): Work around - problem with nested interactors in XEmacs. + problem with nested interactors in XEmacs. Suppress IUSE if its + value is empty; the variable is no longer mandatory. 2013-07-06 Ulrich Müller diff --git a/ebuild-mode.el b/ebuild-mode.el index 86b2f0a..5394ad5 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -441,7 +441,7 @@ and `all-completions' for details." "USE flag (null string to terminate): " (mapcar 'list ebuild-mode-use-flags)) str & " ") - & -1 "\"\n" + & -1 & "\"\n" | -6 "RESTRICT=\"" ((completing-read "RESTRICT (null string to terminate): "