diff options
author | 2013-05-15 03:59:16 +0000 | |
---|---|---|
committer | 2013-05-15 03:59:16 +0000 | |
commit | bd85b2686e57892015bb247407459dc9478cd138 (patch) | |
tree | 8578d7b68672af7c2ca151e886c9249d920221e6 /sys-fs/xfsprogs/xfsprogs-3.1.10.ebuild | |
parent | Stick LTO message behind USE flag and drop warnings that no longer apply. (diff) | |
download | historical-bd85b2686e57892015bb247407459dc9478cd138.tar.gz historical-bd85b2686e57892015bb247407459dc9478cd138.tar.bz2 historical-bd85b2686e57892015bb247407459dc9478cd138.zip |
Add s390 love #444688.
Package-Manager: portage-2.2.0_alpha170/cvs/Linux x86_64
Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'sys-fs/xfsprogs/xfsprogs-3.1.10.ebuild')
-rw-r--r-- | sys-fs/xfsprogs/xfsprogs-3.1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-3.1.10.ebuild b/sys-fs/xfsprogs/xfsprogs-3.1.10.ebuild index b2f32692c1bc..87e8b7e5af37 100644 --- a/sys-fs/xfsprogs/xfsprogs-3.1.10.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-3.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-3.1.10.ebuild,v 1.11 2013/04/02 11:18:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-3.1.10.ebuild,v 1.12 2013/05/15 03:59:06 vapier Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="libedit nls readline static static-libs" REQUIRED_USE="static? ( static-libs )" |