diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-19 19:47:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-19 19:47:21 +0000 |
commit | 2d86cdd969a37613c1c1b7b96d042868b50d39c0 (patch) | |
tree | 92818277e125d68c8ff08e4bde38f137e85cec33 /sys-apps/mlocate | |
parent | Stable for amd64, wrt bug #422181 (diff) | |
download | gentoo-2-2d86cdd969a37613c1c1b7b96d042868b50d39c0.tar.gz gentoo-2-2d86cdd969a37613c1c1b7b96d042868b50d39c0.tar.bz2 gentoo-2-2d86cdd969a37613c1c1b7b96d042868b50d39c0.zip |
Stable for amd64, wrt bug #422183
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/mlocate')
-rw-r--r-- | sys-apps/mlocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mlocate/mlocate-0.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog index c9697172a21e..3a0886245232 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.98 2012/05/24 04:16:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.99 2012/06/19 19:47:21 ago Exp $ + + 19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> mlocate-0.25.ebuild: + Stable for amd64, wrt bug #422183 24 May 2012; Mike Frysinger <vapier@gentoo.org> mlocate-0.24.ebuild, mlocate-0.25.ebuild: diff --git a/sys-apps/mlocate/mlocate-0.25.ebuild b/sys-apps/mlocate/mlocate-0.25.ebuild index f7403c7881ff..1a0079b4f3ac 100644 --- a/sys-apps/mlocate/mlocate-0.25.ebuild +++ b/sys-apps/mlocate/mlocate-0.25.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.25.ebuild,v 1.2 2012/05/24 04:16:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.25.ebuild,v 1.3 2012/06/19 19:47:21 ago Exp $ EAPI=4 inherit eutils user @@ -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 |