diff options
-rw-r--r-- | sys-apps/mlocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mlocate/mlocate-0.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog index d9e94525931d..797f88bb282d 100644 --- a/sys-apps/mlocate/ChangeLog +++ b/sys-apps/mlocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mlocate # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.94 2012/01/15 19:02:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.95 2012/02/02 16:54:07 ssuominen Exp $ + + 02 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> mlocate-0.24.ebuild: + ppc64 stable wrt #396325 15 Jan 2012; Raúl Porcel <armin76@gentoo.org> mlocate-0.24.ebuild: alpha/ia64/sparc stable wrt #396325 diff --git a/sys-apps/mlocate/mlocate-0.24.ebuild b/sys-apps/mlocate/mlocate-0.24.ebuild index 84e765eb0260..2c0e39cc5d69 100644 --- a/sys-apps/mlocate/mlocate-0.24.ebuild +++ b/sys-apps/mlocate/mlocate-0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.24.ebuild,v 1.8 2012/01/15 19:02:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.24.ebuild,v 1.9 2012/02/02 16:54:07 ssuominen Exp $ EAPI="3" @@ -12,7 +12,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 |