diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-07 13:36:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-07 13:36:50 +0000 |
commit | ca88e1f877f789bfde7dac9ba1dc5282bd71bbc5 (patch) | |
tree | 4dbb84d864feb31c89cdd0e40f28f22282c5fd36 /sys-apps/mlocate | |
parent | Stable for ia64, wrt bug #467308 (diff) | |
download | gentoo-2-ca88e1f877f789bfde7dac9ba1dc5282bd71bbc5.tar.gz gentoo-2-ca88e1f877f789bfde7dac9ba1dc5282bd71bbc5.tar.bz2 gentoo-2-ca88e1f877f789bfde7dac9ba1dc5282bd71bbc5.zip |
Stable for ia64, wrt bug #467514
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", 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 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 |