keri        15/01/09 14:32:09

  Modified:             ChangeLog xsb-3.3.6.ebuild
  Log:
  Do not compile sgml Prolog module without USE=curl
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A138F5ED)

Revision  Changes    Path
1.46                 dev-lang/xsb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/xsb/ChangeLog?rev=1.46&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/xsb/ChangeLog?rev=1.46&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/xsb/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/xsb/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   7 Dec 2012 18:01:35 -0000       1.45
+++ ChangeLog   9 Jan 2015 14:32:09 -0000       1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/xsb
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/ChangeLog,v 1.45 2012/12/07 
18:01:35 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/ChangeLog,v 1.46 2015/01/09 
14:32:09 keri Exp $
+
+  09 Jan 2015; <[email protected]> xsb-3.3.6.ebuild:
+  Do not compile sgml Prolog module without USE=curl
 
   07 Dec 2012; <[email protected]> xsb-3.3.6.ebuild:
   Stable for x86, wrt bug #441180



1.4                  dev-lang/xsb/xsb-3.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/xsb/xsb-3.3.6.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/xsb/xsb-3.3.6.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/xsb/xsb-3.3.6.ebuild?r1=1.3&r2=1.4

Index: xsb-3.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.3.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xsb-3.3.6.ebuild    7 Dec 2012 18:01:35 -0000       1.3
+++ xsb-3.3.6.ebuild    9 Jan 2015 14:32:09 -0000       1.4
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.3.6.ebuild,v 1.3 
2012/12/07 18:01:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.3.6.ebuild,v 1.4 
2015/01/09 14:32:09 keri Exp $
 
 EAPI=2
 
 MY_P="XSB${PV//./}"
 
-PATCHSET_VER="0"
+PATCHSET_VER="1"
 
 inherit eutils autotools java-pkg-opt-2
 
@@ -96,6 +96,7 @@
 
        if use curl ; then
                emake -j1 curl || die "emake curl package failed"
+               emake -j1 sgml || die "emake sgml package failed"
        fi
 
        if use mysql ; then




Reply via email to