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 60434139BC6 for ; Wed, 23 Sep 2015 23:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D94EDE0826; Wed, 23 Sep 2015 23:07:09 +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 60DF2E0826 for ; Wed, 23 Sep 2015 23:07:09 +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 F144E3409E6 for ; Wed, 23 Sep 2015 23:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13FB01F4 for ; Wed, 23 Sep 2015 23:07:03 +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: <1443049516.3082694dfc87ed1559fb2151c64d22ad72a86d28.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mmm-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild X-VCS-Directories: app-emacs/mmm-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3082694dfc87ed1559fb2151c64d22ad72a86d28 X-VCS-Branch: master Date: Wed, 23 Sep 2015 23:07:03 +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: 1d3c9b79-b376-43bc-bddd-b9a2bb802a61 X-Archives-Hash: f0ae992c21f87ceadec416a471921512 commit: 3082694dfc87ed1559fb2151c64d22ad72a86d28 Author: Ulrich Müller gentoo org> AuthorDate: Wed Sep 23 23:05:00 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Sep 23 23:05:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3082694d app-emacs/mmm-mode: Fix LICENSE. Package-Manager: portage-2.2.20.1 app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild index 1c01b6f..da4f067 100644 --- a/app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild +++ b/app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ DESCRIPTION="Enables the user to edit different parts of a file in different maj HOMEPAGE="http://mmm-mode.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2+" +LICENSE="GPL-2+ Texinfo-manual" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"