diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-12-28 17:03:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-12-28 17:03:24 +0000 |
commit | 20dfe0c605c71f211d8dc93e052a4b3fd050dd9e (patch) | |
tree | 1680aaf8d189edf1f92a19b743294b6bdaf69d93 /sys-apps/mlocate | |
parent | Stable for HPPA (bug #393007). (diff) | |
download | gentoo-2-20dfe0c605c71f211d8dc93e052a4b3fd050dd9e.tar.gz gentoo-2-20dfe0c605c71f211d8dc93e052a4b3fd050dd9e.tar.bz2 gentoo-2-20dfe0c605c71f211d8dc93e052a4b3fd050dd9e.zip |
Stable for HPPA (bug #396325).
(Portage version: 2.2.0_alpha83/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.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog index 570ef4116683..098140d4c545 100644 --- a/sys-apps/mlocate/ChangeLog +++ b/sys-apps/mlocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mlocate # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.88 2011/12/23 21:17:54 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.89 2011/12/28 17:03:24 jer Exp $ + + 28 Dec 2011; Jeroen Roovers <jer@gentoo.org> mlocate-0.24.ebuild: + Stable for HPPA (bug #396325). 23 Dec 2011; <swift@gentoo.org> mlocate-0.24.ebuild: Add use_selinux dependency on selinux-slocate SELinux policy diff --git a/sys-apps/mlocate/mlocate-0.24.ebuild b/sys-apps/mlocate/mlocate-0.24.ebuild index 3c462962e42d..2dec47e0c4c1 100644 --- a/sys-apps/mlocate/mlocate-0.24.ebuild +++ b/sys-apps/mlocate/mlocate-0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.2 2011/12/23 21:17:54 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.24.ebuild,v 1.3 2011/12/28 17:03:24 jer 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 |