axs         14/10/20 17:29:22

  Modified:             grub-0.97-r14.ebuild ChangeLog
  Log:
  A quick fix regarding amd64 static building without ncurses
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.2                  sys-boot/grub/grub-0.97-r14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r14.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r14.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r14.ebuild?r1=1.1&r2=1.2

Index: grub-0.97-r14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grub-0.97-r14.ebuild        20 Oct 2014 17:22:05 -0000      1.1
+++ grub-0.97-r14.ebuild        20 Oct 2014 17:29:22 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r14.ebuild,v 1.1 
2014/10/20 17:22:05 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r14.ebuild,v 1.2 
2014/10/20 17:29:22 axs Exp $
 
 # XXX: we need to review menu.lst vs grub.conf handling.  We've been converting
 #      all systems to grub.conf (and symlinking menu.lst to grub.conf), but
@@ -115,7 +115,7 @@
                        eerror "is specifically intended for building the 
tarballs for the"
                        eerror "grub-static package via USE='static -ncurses'."
                        eerror "All bets are now off."
-               elif ! has_package 
">=sys-libs/ncurses-5.9-r3[abi_x86_32(-),static-libs]"; then
+               elif use ncurses && ! has_version 
">=sys-libs/ncurses-5.9-r3[abi_x86_32,static-libs]"; then
                        die "You must use the grub-static package if you want a 
static Grub on amd64!"
                fi
        fi



1.323                sys-boot/grub/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.323&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.323&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.322&r2=1.323

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -r1.322 -r1.323
--- ChangeLog   20 Oct 2014 17:22:05 -0000      1.322
+++ ChangeLog   20 Oct 2014 17:29:22 -0000      1.323
@@ -1,6 +1,9 @@
 # ChangeLog for sys-boot/grub
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.322 2014/10/20 
17:22:05 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.323 2014/10/20 
17:29:22 axs Exp $
+
+  20 Oct 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org> grub-0.97-r14.ebuild:
+  A quick fix regarding amd64 static building without ncurses
 
 *grub-0.97-r14 (20 Oct 2014)
 




Reply via email to