diff options
author | Jason Wever <weeve@gentoo.org> | 2006-04-15 21:44:05 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-04-15 21:44:05 +0000 |
commit | 01c8b8fe1fe3d3b9ca6f75a29eed02f3e4fbd8f4 (patch) | |
tree | d3bcaf6ec70e1805e9ef1755b2218a8b23a31707 /sys-apps/slocate | |
parent | Removed an old ebuild. Added a fix for an insecure temp. file creation proble... (diff) | |
download | gentoo-2-01c8b8fe1fe3d3b9ca6f75a29eed02f3e4fbd8f4.tar.gz gentoo-2-01c8b8fe1fe3d3b9ca6f75a29eed02f3e4fbd8f4.tar.bz2 gentoo-2-01c8b8fe1fe3d3b9ca6f75a29eed02f3e4fbd8f4.zip |
Stable on SPARC wrt bug #130079.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/slocate/slocate-2.7-r8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog index 35ea5035a1ff..5c698ae25771 100644 --- a/sys-apps/slocate/ChangeLog +++ b/sys-apps/slocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/slocate # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.59 2006/04/15 20:08:41 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.60 2006/04/15 21:44:05 weeve Exp $ + + 15 Apr 2006; Jason Wever <weeve@gentoo.org> slocate-2.7-r8.ebuild: + Stable on SPARC wrt bug #130079. 15 Apr 2006; <nixnut@gentoo.org> slocate-2.7-r8.ebuild: Stable on ppc. Bug #130079 diff --git a/sys-apps/slocate/slocate-2.7-r8.ebuild b/sys-apps/slocate/slocate-2.7-r8.ebuild index bfe6f30711f7..938d02c06bd2 100644 --- a/sys-apps/slocate/slocate-2.7-r8.ebuild +++ b/sys-apps/slocate/slocate-2.7-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r8.ebuild,v 1.7 2006/04/15 20:08:41 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r8.ebuild,v 1.8 2006/04/15 21:44:05 weeve Exp $ inherit flag-o-matic eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.geekreview.org/slocate/src/slocate-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~x86" IUSE="" DEPEND="sys-apps/shadow" |