public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/arch/sparc-fbsd: use.mask
@ 2009-08-19 21:19 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-08-19 21:19 UTC (permalink / raw
  To: gentoo-commits

ulm         09/08/19 21:19:47

  Modified:             use.mask
  Log:
  Add valgrind to use.mask, and remove from package.use.mask where appropriate. Bug 281922.

Revision  Changes    Path
1.2                  profiles/arch/sparc-fbsd/use.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/sparc-fbsd/use.mask?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/sparc-fbsd/use.mask?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/sparc-fbsd/use.mask?r1=1.1&r2=1.2

Index: use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/use.mask,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- use.mask	16 May 2009 09:17:28 -0000	1.1
+++ use.mask	19 Aug 2009 21:19:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 2006-2009 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/use.mask,v 1.1 2009/05/16 09:17:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/use.mask,v 1.2 2009/08/19 21:19:47 ulm Exp $
 
 # Unmask the flag which corresponds to ARCH.
 -sparc-fbsd
@@ -11,6 +11,9 @@
 # Even with the patch from FreeBSD Ports it core dumps :/
 guile
 
+# valgrind hasn't been ported to sparc-fbsd yet
+valgrind
+
 # These should work one day
 cairo
 gnome






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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/sparc-fbsd: use.mask
@ 2009-09-16 20:27 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-09-16 20:27 UTC (permalink / raw
  To: gentoo-commits

ulm         09/09/16 20:27:31

  Modified:             use.mask
  Log:
  Mask dbus USE flag on sparc-fbsd.

Revision  Changes    Path
1.3                  profiles/arch/sparc-fbsd/use.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/sparc-fbsd/use.mask?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/sparc-fbsd/use.mask?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/sparc-fbsd/use.mask?r1=1.2&r2=1.3

Index: use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/use.mask,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- use.mask	19 Aug 2009 21:19:47 -0000	1.2
+++ use.mask	16 Sep 2009 20:27:31 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 2006-2009 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/use.mask,v 1.2 2009/08/19 21:19:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/use.mask,v 1.3 2009/09/16 20:27:31 ulm Exp $
 
 # Unmask the flag which corresponds to ARCH.
 -sparc-fbsd
@@ -16,6 +16,7 @@
 
 # These should work one day
 cairo
+dbus
 gnome
 gnome-keyring
 gtk






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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/sparc-fbsd: use.mask
@ 2010-03-22  8:58 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-22  8:58 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/22 08:58:39

  Modified:             use.mask
  Log:
  Remove traces of USE qt3

Revision  Changes    Path
1.5                  profiles/arch/sparc-fbsd/use.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/sparc-fbsd/use.mask?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/sparc-fbsd/use.mask?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/sparc-fbsd/use.mask?r1=1.4&r2=1.5

Index: use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/use.mask,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- use.mask	19 Oct 2009 21:08:44 -0000	1.4
+++ use.mask	22 Mar 2010 08:58:39 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 2006-2009 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/use.mask,v 1.4 2009/10/19 21:08:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc-fbsd/use.mask,v 1.5 2010/03/22 08:58:39 ssuominen Exp $
 
 # Unmask the flag which corresponds to ARCH.
 -sparc-fbsd
@@ -24,7 +24,6 @@
 mono
 opengl
 php
-qt3
 qt4
 tk
 xpm






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

end of thread, other threads:[~2010-03-22  8:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-22  8:58 [gentoo-commits] gentoo-x86 commit in profiles/arch/sparc-fbsd: use.mask Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-16 20:27 Ulrich Mueller (ulm)
2009-08-19 21:19 Ulrich Mueller (ulm)

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