diff options
-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 40865abd493c..4c7c805a8673 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.113 2013/05/05 17:32:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.114 2013/05/07 13:36:50 ago Exp $ + + 07 May 2013; Agostino Sarubbo <ago@gentoo.org> mlocate-0.26.ebuild: + Stable for ia64, wrt bug #467514 05 May 2013; Agostino Sarubbo <ago@gentoo.org> mlocate-0.26.ebuild: Stable for alpha, wrt bug #467514 diff --git a/sys-apps/mlocate/mlocate-0.26.ebuild b/sys-apps/mlocate/mlocate-0.26.ebuild index e4201bcc8bd9..df239dc685a9 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.8 2013/05/05 17:32:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.26.ebuild,v 1.9 2013/05/07 13:36:50 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 |