diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-03 13:31:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-03 13:31:45 +0000 |
commit | b517d5663e61261f8edf6d472abea6a41b1be00e (patch) | |
tree | 45f1172de491983f985a5ecf7585cd04f832cca3 /sys-apps/mlocate | |
parent | Stable for ppc, wrt bug #467452 (diff) | |
download | gentoo-2-b517d5663e61261f8edf6d472abea6a41b1be00e.tar.gz gentoo-2-b517d5663e61261f8edf6d472abea6a41b1be00e.tar.bz2 gentoo-2-b517d5663e61261f8edf6d472abea6a41b1be00e.zip |
Stable for ppc, wrt bug #467514
(Portage version: 2.1.11.62/cvs/Linux 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 2bb14bd02d5a..eb6ef76f2f74 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.111 2013/05/01 08:29:54 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.112 2013/05/03 13:31:45 ago Exp $ + + 03 May 2013; Agostino Sarubbo <ago@gentoo.org> mlocate-0.26.ebuild: + Stable for ppc, wrt bug #467514 01 May 2013; Sergey Popov <pinkbyte@gentoo.org> mlocate-0.26.ebuild: Stable on arm, wrt bug #467514 diff --git a/sys-apps/mlocate/mlocate-0.26.ebuild b/sys-apps/mlocate/mlocate-0.26.ebuild index b38114d7e06f..078e5a21745b 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.6 2013/05/01 08:29:54 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.26.ebuild,v 1.7 2013/05/03 13:31: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 |