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 C2376138A1A for ; Fri, 9 Jan 2015 01:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71FFAE07AE; Fri, 9 Jan 2015 01:52:15 +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 224F7E07AE for ; Fri, 9 Jan 2015 01:52:15 +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 ED5D534073E for ; Fri, 9 Jan 2015 01:52:13 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2349) id A5753F2BF; Fri, 9 Jan 2015 01:52:12 +0000 (UTC) From: "Ruud Koolen (redlizard)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, redlizard@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/asdf: asdf-3.1.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: asdf-3.1.4.ebuild ChangeLog X-VCS-Directories: dev-lisp/asdf X-VCS-Committer: redlizard X-VCS-Committer-Name: Ruud Koolen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150109015212.A5753F2BF@oystercatcher.gentoo.org> Date: Fri, 9 Jan 2015 01:52:12 +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: cd5496be-1fb8-48d4-b5a2-83a9dd30f031 X-Archives-Hash: 3da6d7bc315d6ee827ccde82dafe4bcb redlizard 15/01/09 01:52:12 Modified: asdf-3.1.4.ebuild ChangeLog Log: Added prefix keywords. (Portage version: 2.2.14-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x10FB016B) Revision Changes Path 1.4 dev-lisp/asdf/asdf-3.1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild?r1=1.3&r2=1.4 Index: asdf-3.1.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- asdf-3.1.4.ebuild 9 Jan 2015 00:23:15 -0000 1.3 +++ asdf-3.1.4.ebuild 9 Jan 2015 01:52:12 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild,v 1.3 2015/01/09 00:23:15 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.1.4.ebuild,v 1.4 2015/01/09 01:52:12 redlizard Exp $ EAPI=5 inherit eutils prefix @@ -11,7 +11,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc" SLOT="0/${PVR}" 1.21 dev-lisp/asdf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 9 Jan 2015 00:23:15 -0000 1.20 +++ ChangeLog 9 Jan 2015 01:52:12 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/asdf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.20 2015/01/09 00:23:15 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.21 2015/01/09 01:52:12 redlizard Exp $ + + 09 Jan 2015; redlizard asdf-3.1.4.ebuild: + Added prefix keywords. 09 Jan 2015; Mark Wright asdf-3.1.4.ebuild: Thanks to jcdx for testing, add ~x64-macos to asdf-3.1.4 KEYWORDS.