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 <[email protected]> (12 Aug 2014) -# Fails to compile on xattr stuff, next release should solve that, #518444 -=app-arch/tar-1.28 - # Fabian Groffen <[email protected]> (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 <[email protected]> (18 Jan 2016) -# GNU attr isn't supported -dev-libs/glib xattr -app-arch/tar xattr -sys-devel/patch xattr - # Fabian Groffen <[email protected]> (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 <[email protected]> (16 Jan 2016) -# GNU attr isn't supported -dev-libs/glib xattr -app-arch/tar xattr -sys-devel/patch xattr - # Fabian Groffen <[email protected]> (26 May 2015) # Avoid pulling in broken and unnecessary ossp-uuid, bug #324527 dev-db/postgresql uuid
