public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mate-base/mate-keyring: mate-keyring-1.6.1.ebuild ChangeLog
@ 2014-03-24 15:44 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Wijsman (tomwij) @ 2014-03-24 15:44 UTC (permalink / raw
  To: gentoo-commits

tomwij      14/03/24 15:44:43

  Modified:             mate-keyring-1.6.1.ebuild ChangeLog
  Log:
  Temporarily fix parallel build issue with -j1, discovered while building all MATE packages at once.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.2                  mate-base/mate-keyring/mate-keyring-1.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild?r1=1.1&r2=1.2

Index: mate-keyring-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-keyring-1.6.1.ebuild	24 Mar 2014 14:40:17 -0000	1.1
+++ mate-keyring-1.6.1.ebuild	24 Mar 2014 15:44:43 -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/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild,v 1.1 2014/03/24 14:40:17 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild,v 1.2 2014/03/24 15:44:43 tomwij Exp $
 
 EAPI="5"
 
@@ -70,9 +70,12 @@
 		$(use_enable ssh-agent) \
 		$(use_with pam pam-dir $(getpam_mod_dir)) \
 		--with-root-certs="${EPREFIX}"/usr/share/ca-certificates/ \
-		--with-gtk=2.0 \
-		--enable-ssh-agent \
-		--enable-gpg-agent
+		--with-gtk=2.0
+}
+
+src_compile() {
+	# Temporary parallel build fix.
+	emake -j1
 }
 
 DOCS="AUTHORS ChangeLog NEWS README"



1.2                  mate-base/mate-keyring/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-keyring/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	24 Mar 2014 14:40:17 -0000	1.1
+++ ChangeLog	24 Mar 2014 15:44:43 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for mate-base/mate-keyring
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-keyring/ChangeLog,v 1.1 2014/03/24 14:40:17 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-keyring/ChangeLog,v 1.2 2014/03/24 15:44:43 tomwij Exp $
+
+  24 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-keyring-1.6.1.ebuild:
+  Temporarily fix parallel build issue with -j1, discovered while building all
+  MATE packages at once.
 
 *mate-keyring-1.6.1 (24 Mar 2014)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mate-base/mate-keyring: mate-keyring-1.6.1.ebuild ChangeLog
@ 2014-05-04 14:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-05-04 14:53 UTC (permalink / raw
  To: gentoo-commits

ago         14/05/04 14:53:55

  Modified:             mate-keyring-1.6.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #509268
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  mate-base/mate-keyring/mate-keyring-1.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild?r1=1.2&r2=1.3

Index: mate-keyring-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mate-keyring-1.6.1.ebuild	24 Mar 2014 15:44:43 -0000	1.2
+++ mate-keyring-1.6.1.ebuild	4 May 2014 14:53:55 -0000	1.3
@@ -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/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild,v 1.2 2014/03/24 15:44:43 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-keyring/mate-keyring-1.6.1.ebuild,v 1.3 2014/05/04 14:53:55 ago Exp $
 
 EAPI="5"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE="debug +gpg-agent pam +ssh-agent test"
 



1.3                  mate-base/mate-keyring/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-keyring/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-keyring/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	24 Mar 2014 15:44:43 -0000	1.2
+++ ChangeLog	4 May 2014 14:53:55 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for mate-base/mate-keyring
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-keyring/ChangeLog,v 1.2 2014/03/24 15:44:43 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-keyring/ChangeLog,v 1.3 2014/05/04 14:53:55 ago Exp $
+
+  04 May 2014; Agostino Sarubbo <ago@gentoo.org> mate-keyring-1.6.1.ebuild:
+  Stable for amd64, wrt bug #509268
 
   24 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-keyring-1.6.1.ebuild:
   Temporarily fix parallel build issue with -j1, discovered while building all





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-04 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-04 14:53 [gentoo-commits] gentoo-x86 commit in mate-base/mate-keyring: mate-keyring-1.6.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-24 15:44 Tom Wijsman (tomwij)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox