diff options
author | Brent Baude <ranger@gentoo.org> | 2009-03-15 13:18:25 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-03-15 13:18:25 +0000 |
commit | 8fdf4e7cb3eec94857b2818600f447fe7b8f458f (patch) | |
tree | 6c573a1e3d051b50e26da1595ad15182e06383c0 /sys-apps | |
parent | stable ppc64, bug 262418 (diff) | |
download | gentoo-2-8fdf4e7cb3eec94857b2818600f447fe7b8f458f.tar.gz gentoo-2-8fdf4e7cb3eec94857b2818600f447fe7b8f458f.tar.bz2 gentoo-2-8fdf4e7cb3eec94857b2818600f447fe7b8f458f.zip |
keyworded ~arch for ppc64, bug 262026
(Portage version: 2.1.6.7/cvs/Linux ppc64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/mlocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mlocate/mlocate-0.21.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog index 209d278e70a0..1c5b9cccb0d0 100644 --- a/sys-apps/mlocate/ChangeLog +++ b/sys-apps/mlocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mlocate # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.39 2009/01/29 16:07:30 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.40 2009/03/15 13:18:25 ranger Exp $ + + 15 Mar 2009; Brent Baude <ranger@gentoo.org> mlocate-0.21.1.ebuild: + keyworded ~arch for ppc64, bug 262026 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> files/updatedb.conf: add ocfs and ocfs2 to the ignored file systems, taken from slocate diff --git a/sys-apps/mlocate/mlocate-0.21.1.ebuild b/sys-apps/mlocate/mlocate-0.21.1.ebuild index ee4a27f0d461..045547e9d40f 100644 --- a/sys-apps/mlocate/mlocate-0.21.1.ebuild +++ b/sys-apps/mlocate/mlocate-0.21.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.21.1.ebuild,v 1.5 2009/01/03 13:39:06 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.21.1.ebuild,v 1.6 2009/03/15 13:18:25 ranger Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="https://fedorahosted.org/releases/m/l/mlocate/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="amd64 ppc ~ppc64 sparc x86" IUSE="" RDEPEND="!sys-apps/slocate |