* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/sunos/solaris/, profiles/prefix/darwin/
@ 2016-01-22 17:48 Fabian Groffen
0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen @ 2016-01-22 17:48 UTC (permalink / raw
To: gentoo-commits
commit: dccd5720001000bc6546c447f5ccbac4acc1abc9
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 17:47:37 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 17:48:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccd5720
profiles/prefix: mask USE=xattr for path on Darwin and Solaris
profiles/prefix/darwin/package.use.mask | 1 +
profiles/prefix/sunos/solaris/package.use.mask | 2 ++
2 files changed, 3 insertions(+)
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index d702422..ec7a614 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -7,6 +7,7 @@
# GNU attr isn't supported
dev-libs/glib xattr
app-arch/tar xattr
+sys-devel/patch xattr
# Fabian Groffen <grobian@gentoo.org> (10 Jan 2016)
# libutempter isn't ported for Darwin, bug #506494
diff --git a/profiles/prefix/sunos/solaris/package.use.mask b/profiles/prefix/sunos/solaris/package.use.mask
index 4095028..e2d1991 100644
--- a/profiles/prefix/sunos/solaris/package.use.mask
+++ b/profiles/prefix/sunos/solaris/package.use.mask
@@ -6,6 +6,8 @@
# Fabian Groffen <grobian@gentoo.org> (16 Jan 2016)
# GNU attr isn't supported
dev-libs/glib xattr
+app-arch/tar xattr
+sys-devel/patch xattr
# Fabian Groffen <grobian@gentoo.org> (26 May 2015)
# Avoid pulling in broken and unnecessary ossp-uuid, bug #324527
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/sunos/solaris/, profiles/prefix/darwin/
@ 2016-04-06 16:04 Fabian Groffen
0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen @ 2016-04-06 16:04 UTC (permalink / raw
To: gentoo-commits
commit: c7a30e4102e53d822854209d235cde1a006719ee
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 15:54:19 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 16:03:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a30e41
profiles/prefix: mask re2 USE-flag for app-misc/sphinx, bug #563932
profiles/prefix/darwin/package.use.mask | 4 ++++
profiles/prefix/sunos/solaris/package.use.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index ec7a614..989dd26 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -3,6 +3,10 @@
# $Id$
+# Fabian Groffen <grobian@gentoo.org> (06 Apr 2016)
+# dev-libs/re2 needs love, bug #563932
+app-misc/sphinx re2
+
# Fabian Groffen <grobian@gentoo.org> (18 Jan 2016)
# GNU attr isn't supported
dev-libs/glib xattr
diff --git a/profiles/prefix/sunos/solaris/package.use.mask b/profiles/prefix/sunos/solaris/package.use.mask
index 96305d8..016fb88 100644
--- a/profiles/prefix/sunos/solaris/package.use.mask
+++ b/profiles/prefix/sunos/solaris/package.use.mask
@@ -3,6 +3,10 @@
# $Id$
+# Fabian Groffen <grobian@gentoo.org> (06 Apr 2016)
+# dev-libs/re2 needs love, bug #563932
+app-misc/sphinx re2
+
# Fabian Groffen <grobian@gentoo.org> (23 Feb 2016)
# luajit doesn't compile due to relocation problems
~app-text/texlive-core-2015 luajittex
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/sunos/solaris/, profiles/prefix/darwin/
@ 2016-04-20 8:00 Fabian Groffen
0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen @ 2016-04-20 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 99be2410ecc5a557e577161da316916007f1fad0
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 08:00:37 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 08:00:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99be2410
profiles/prefix: drop xattr masks now its globally masked in features/prefix
profiles/prefix/darwin/package.mask | 6 +-----
profiles/prefix/darwin/package.use.mask | 6 ------
profiles/prefix/sunos/solaris/package.use.mask | 6 ------
3 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index 06c4941..4636d67 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,10 +21,6 @@
# Needs some patching, bug #513428
~dev-libs/libffi-3.1
-# Fabian Groffen <grobian@gentoo.org> (12 Aug 2014)
-# Fails to compile on xattr stuff, next release should solve that, #518444
-=app-arch/tar-1.28
-
# Fabian Groffen <grobian@gentoo.org> (14 Jan 2014)
# util-linux has no business on Darwin systems
sys-apps/util-linux
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index 989dd26..82f4322 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -7,12 +7,6 @@
# dev-libs/re2 needs love, bug #563932
app-misc/sphinx re2
-# Fabian Groffen <grobian@gentoo.org> (18 Jan 2016)
-# GNU attr isn't supported
-dev-libs/glib xattr
-app-arch/tar xattr
-sys-devel/patch xattr
-
# Fabian Groffen <grobian@gentoo.org> (10 Jan 2016)
# libutempter isn't ported for Darwin, bug #506494
net-misc/mosh utempter
diff --git a/profiles/prefix/sunos/solaris/package.use.mask b/profiles/prefix/sunos/solaris/package.use.mask
index 016fb88..593f52f 100644
--- a/profiles/prefix/sunos/solaris/package.use.mask
+++ b/profiles/prefix/sunos/solaris/package.use.mask
@@ -12,12 +12,6 @@ app-misc/sphinx re2
~app-text/texlive-core-2015 luajittex
~dev-texlive/texlive-basic-2015 luajittex
-# Fabian Groffen <grobian@gentoo.org> (16 Jan 2016)
-# GNU attr isn't supported
-dev-libs/glib xattr
-app-arch/tar xattr
-sys-devel/patch xattr
-
# Fabian Groffen <grobian@gentoo.org> (26 May 2015)
# Avoid pulling in broken and unnecessary ossp-uuid, bug #324527
dev-db/postgresql uuid
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-20 8:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-22 17:48 [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/sunos/solaris/, profiles/prefix/darwin/ Fabian Groffen
-- strict thread matches above, loose matches on Subject: below --
2016-04-06 16:04 Fabian Groffen
2016-04-20 8:00 Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox