diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-07 17:49:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-07 17:49:45 +0000 |
commit | 202d006ccf0bfc0dc4313c7a92c568024831f3c3 (patch) | |
tree | 88b383141333e276a7dd034c873e3e7de726af29 /sys-apps/mlocate | |
parent | Stable for ppc64, wrt bug #467308 (diff) | |
download | gentoo-2-202d006ccf0bfc0dc4313c7a92c568024831f3c3.tar.gz gentoo-2-202d006ccf0bfc0dc4313c7a92c568024831f3c3.tar.bz2 gentoo-2-202d006ccf0bfc0dc4313c7a92c568024831f3c3.zip |
Stable for ppc64, wrt bug #467514
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/mlocate')
-rw-r--r-- | sys-apps/mlocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mlocate/mlocate-0.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog index 3dcdcfda4a32..637dfe3a1f03 100644 --- a/sys-apps/mlocate/ChangeLog +++ b/sys-apps/mlocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mlocate # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.115 2013/05/07 13:53:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.116 2013/05/07 17:49:45 ago Exp $ + + 07 May 2013; Agostino Sarubbo <ago@gentoo.org> mlocate-0.26.ebuild: + Stable for ppc64, wrt bug #467514 07 May 2013; Agostino Sarubbo <ago@gentoo.org> mlocate-0.26.ebuild: Stable for sparc, wrt bug #467514 diff --git a/sys-apps/mlocate/mlocate-0.26.ebuild b/sys-apps/mlocate/mlocate-0.26.ebuild index d88164390faa..96fc9c15cba6 100644 --- a/sys-apps/mlocate/mlocate-0.26.ebuild +++ b/sys-apps/mlocate/mlocate-0.26.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-apps/mlocate/mlocate-0.26.ebuild,v 1.10 2013/05/07 13:53:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.26.ebuild,v 1.11 2013/05/07 17:49:45 ago Exp $ EAPI=4 inherit eutils user toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="https://fedorahosted.org/releases/m/l/mlocate/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="nls selinux" RDEPEND="!sys-apps/slocate |