public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ruud Koolen (redlizard)" <redlizard@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: sbcl-1.2.7.ebuild ChangeLog
Date: Fri,  9 Jan 2015 02:03:11 +0000 (UTC)	[thread overview]
Message-ID: <20150109020311.61C09F2C1@oystercatcher.gentoo.org> (raw)

redlizard    15/01/09 02:03:11

  Modified:             sbcl-1.2.7.ebuild ChangeLog
  Log:
  Added prefix keywords and fixes.
  
  (Portage version: 2.2.14-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x10FB016B)

Revision  Changes    Path
1.2                  dev-lisp/sbcl/sbcl-1.2.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.7.ebuild?r1=1.1&r2=1.2

Index: sbcl-1.2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-1.2.7.ebuild	9 Jan 2015 00:33:16 -0000	1.1
+++ sbcl-1.2.7.ebuild	9 Jan 2015 02:03:11 -0000	1.2
@@ -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/sbcl/sbcl-1.2.7.ebuild,v 1.1 2015/01/09 00:33:16 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.7.ebuild,v 1.2 2015/01/09 02:03:11 redlizard Exp $
 
 EAPI=5
 inherit multilib eutils flag-o-matic pax-utils
@@ -31,7 +31,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-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="debug doc source +threads +unicode pax_kernel zlib"
 
 CDEPEND=">=dev-lisp/asdf-3.1:="
@@ -39,7 +39,7 @@
 		doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
 		pax_kernel? ( sys-apps/paxctl sys-apps/elfix )"
 RDEPEND="${CDEPEND}
-		 elibc_glibc? ( >=sys-libs/glibc-2.6 )"
+		!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
 
 # Disable warnings about executable stacks, as this won't be fixed soon by upstream
 QA_EXECSTACK="usr/bin/sbcl"



1.214                dev-lisp/sbcl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.213&r2=1.214

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog	9 Jan 2015 00:33:16 -0000	1.213
+++ ChangeLog	9 Jan 2015 02:03:11 -0000	1.214
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/sbcl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.213 2015/01/09 00:33:16 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.214 2015/01/09 02:03:11 redlizard Exp $
+
+  09 Jan 2015; redlizard <redlizard@gentoo.org> sbcl-1.2.7.ebuild:
+  Added prefix keywords and fixes.
 
 *sbcl-1.2.7 (09 Jan 2015)
 





             reply	other threads:[~2015-01-09  2:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-09  2:03 Ruud Koolen (redlizard) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-31  4:35 [gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: sbcl-1.2.7.ebuild ChangeLog Mark Wright (gienah)
2015-01-09  0:33 Mark Wright (gienah)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150109020311.61C09F2C1@oystercatcher.gentoo.org \
    --to=redlizard@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox