From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 429181396D9 for ; Sun, 15 Oct 2017 07:17:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C02E0D9B; Sun, 15 Oct 2017 07:17:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 609EEE0D9B for ; Sun, 15 Oct 2017 07:17:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4928533BEAC for ; Sun, 15 Oct 2017 07:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE05D30D for ; Sun, 15 Oct 2017 07:17:14 +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: <1508051807.0639b53efcaae005807fadc10e7a9de25d189602.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/ebuild-mode/ebuild-mode-9999.ebuild X-VCS-Directories: app-emacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0639b53efcaae005807fadc10e7a9de25d189602 X-VCS-Branch: master Date: Sun, 15 Oct 2017 07:17:14 +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: 00d12e8f-ff57-4915-bbd2-5b407daff89b X-Archives-Hash: 3bcac89311680fe2134e4da510f5c9b7 commit: 0639b53efcaae005807fadc10e7a9de25d189602 Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 15 07:16:47 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 15 07:16:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=0639b53e app-emacs/ebuild-mode: Update LICENSE, glep-mode.el is now GPL-2+ too. Package-Manager: Portage-2.3.11, Repoman-2.3.3 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild index ae0303c..0aaa6a1 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -12,7 +12,7 @@ inherit readme.gentoo-r1 elisp git-r3 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" -LICENSE="GPL-2+ GPL-3" # GPL-3 (only) for glep-mode.el +LICENSE="GPL-2+" SLOT="0" DEPEND="sys-apps/texinfo"