diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 12:27:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 12:27:43 +0000 |
commit | 69cc27e2c10c04edd2dcaf1975e80df39f8695e0 (patch) | |
tree | 07ae0c38d2f6eff2c858739fb7229366f643f85d /sys-fs | |
parent | Stable for sparc, wrt bug #541040 (diff) | |
download | gentoo-2-69cc27e2c10c04edd2dcaf1975e80df39f8695e0.tar.gz gentoo-2-69cc27e2c10c04edd2dcaf1975e80df39f8695e0.tar.bz2 gentoo-2-69cc27e2c10c04edd2dcaf1975e80df39f8695e0.zip |
Stable for sparc, wrt bug #551802
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/xfsprogs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/xfsprogs/xfsprogs-3.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/xfsprogs/ChangeLog b/sys-fs/xfsprogs/ChangeLog index a8a4bf554889..a73c3b976fd3 100644 --- a/sys-fs/xfsprogs/ChangeLog +++ b/sys-fs/xfsprogs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/xfsprogs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.187 2015/07/23 20:34:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.188 2015/07/30 12:27:43 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> xfsprogs-3.2.2.ebuild: + Stable for sparc, wrt bug #551802 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> xfsprogs-3.2.2.ebuild: ppc stable wrt bug #551802 diff --git a/sys-fs/xfsprogs/xfsprogs-3.2.2.ebuild b/sys-fs/xfsprogs/xfsprogs-3.2.2.ebuild index 4e676aca5646..3f16dda5a45a 100644 --- a/sys-fs/xfsprogs/xfsprogs-3.2.2.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-3.2.2.ebuild,v 1.9 2015/07/23 20:34:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-3.2.2.ebuild,v 1.10 2015/07/30 12:27:43 ago 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 ~s390 ~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 )" |