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 9C0EC1381F3 for ; Thu, 3 Oct 2013 22:53:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DAEAE077F; Thu, 3 Oct 2013 22:53:31 +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 C35BDE077F for ; Thu, 3 Oct 2013 22:53:30 +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 DC5B033EE6A for ; Thu, 3 Oct 2013 22:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 942ABE5308 for ; Thu, 3 Oct 2013 22:53:28 +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: <1380840801.5830d9ae65a687d1059d71b6d53d03ee080641f5.ulm@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: app-editors/mg/ X-VCS-Repository: proj/emacs X-VCS-Files: app-editors/mg/mg-20130922.ebuild X-VCS-Directories: app-editors/mg/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5830d9ae65a687d1059d71b6d53d03ee080641f5 X-VCS-Branch: master Date: Thu, 3 Oct 2013 22:53:28 +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: 5c0032fc-b0b2-44e8-8479-943bcd44acf7 X-Archives-Hash: c68106703f4aa5186c2cf67f740be910 commit: 5830d9ae65a687d1059d71b6d53d03ee080641f5 Author: Ulrich Müller gentoo org> AuthorDate: Thu Oct 3 22:53:21 2013 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Oct 3 22:53:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=5830d9ae Fix LICENSE. Package-Manager: portage-2.2.7 --- app-editors/mg/mg-20130922.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/mg/mg-20130922.ebuild b/app-editors/mg/mg-20130922.ebuild index 92e7e3d..801b5fe 100644 --- a/app-editors/mg/mg-20130922.ebuild +++ b/app-editors/mg/mg-20130922.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="MicroGnuEmacs, a port from the BSDs" HOMEPAGE="http://homepage.boetes.org/software/mg/" SRC_URI="http://homepage.boetes.org/software/mg/${P}.tar.gz" -LICENSE="public-domain BSD" +LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="livecd"