summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-09-19 11:45:58 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-09-19 11:45:58 +0000
commite351bb56d230d40beb137dac20d5f2a830d9b2b0 (patch)
tree140b446405bb9bf51ac3edca973764740685db80 /sys-devel
parentmask patch[xattr] as it requires gnu attr, bug #435474 (diff)
downloadgentoo-2-e351bb56d230d40beb137dac20d5f2a830d9b2b0.tar.gz
gentoo-2-e351bb56d230d40beb137dac20d5f2a830d9b2b0.tar.bz2
gentoo-2-e351bb56d230d40beb137dac20d5f2a830d9b2b0.zip
restore bsd keywords, xattr useflag is now masked, bug #435474
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/patch/ChangeLog5
-rw-r--r--sys-devel/patch/patch-2.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog
index 536349d70d5d..16295e3743cd 100644
--- a/sys-devel/patch/ChangeLog
+++ b/sys-devel/patch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/patch
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.57 2012/09/19 05:11:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.58 2012/09/19 11:45:58 aballier Exp $
+
+ 19 Sep 2012; Alexis Ballier <aballier@gentoo.org> patch-2.7.ebuild:
+ restore bsd keywords, xattr useflag is now masked, bug #435474
19 Sep 2012; Mike Frysinger <vapier@gentoo.org> patch-2.7.ebuild:
Add USE=xattr flag #435384 by Ben Kohler.
diff --git a/sys-devel/patch/patch-2.7.ebuild b/sys-devel/patch/patch-2.7.ebuild
index b19a69403a3e..21a1f425cf66 100644
--- a/sys-devel/patch/patch-2.7.ebuild
+++ b/sys-devel/patch/patch-2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.7.ebuild,v 1.2 2012/09/19 05:11:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.7.ebuild,v 1.3 2012/09/19 11:45:58 aballier Exp $
inherit flag-o-matic unpacker
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/patch/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="static test xattr"
RDEPEND="xattr? ( sys-apps/attr )"