diff options
author | 2008-02-04 18:04:58 +0000 | |
---|---|---|
committer | 2008-02-04 18:04:58 +0000 | |
commit | cf19995f7772042a5f4a26e381b9438746b607e4 (patch) | |
tree | 86e0a5b3606070a1a8730267d38fc2417b6b12cb /sys-apps/slocate/slocate-3.1-r1.ebuild | |
parent | Fix installing with USE -python, was skipping straight to die. Replace filter... (diff) | |
download | gentoo-2-cf19995f7772042a5f4a26e381b9438746b607e4.tar.gz gentoo-2-cf19995f7772042a5f4a26e381b9438746b607e4.tar.bz2 gentoo-2-cf19995f7772042a5f4a26e381b9438746b607e4.zip |
Stable on x86 wrt bug #180360
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-apps/slocate/slocate-3.1-r1.ebuild')
-rw-r--r-- | sys-apps/slocate/slocate-3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/slocate/slocate-3.1-r1.ebuild b/sys-apps/slocate/slocate-3.1-r1.ebuild index 7f7f5ff974f2..c1b1b3e35d3c 100644 --- a/sys-apps/slocate/slocate-3.1-r1.ebuild +++ b/sys-apps/slocate/slocate-3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-3.1-r1.ebuild,v 1.4 2008/02/04 17:39:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-3.1-r1.ebuild,v 1.5 2008/02/04 18:04:58 cla Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://slocate.trakker.ca/files/${P}.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" |