diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-12 19:35:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-12 19:35:04 +0000 |
commit | a1e5e8cf285e31415d2de57b650bcd00ba9588f0 (patch) | |
tree | 33755897546d1341131afaebc28162d3004cfc38 /sys-apps | |
parent | Mask dev-ruby/activerecord-jdbc for removal. (diff) | |
download | gentoo-2-a1e5e8cf285e31415d2de57b650bcd00ba9588f0.tar.gz gentoo-2-a1e5e8cf285e31415d2de57b650bcd00ba9588f0.tar.bz2 gentoo-2-a1e5e8cf285e31415d2de57b650bcd00ba9588f0.zip |
Missing app-arch/xz-utils DEPEND wrt #323699 by Allan Gottlieb.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/mlocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mlocate/mlocate-0.22.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog index 043937dd33ac..5c5beabcaf83 100644 --- a/sys-apps/mlocate/ChangeLog +++ b/sys-apps/mlocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mlocate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.59 2010/04/07 14:58:28 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.60 2010/06/12 19:35:04 ssuominen Exp $ + + 12 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> mlocate-0.22.4.ebuild: + Missing app-arch/xz-utils DEPEND wrt #323699 by Allan Gottlieb. 07 Apr 2010; Christian Faulhammer <fauli@gentoo.org> -mlocate-0.22.ebuild: clean up diff --git a/sys-apps/mlocate/mlocate-0.22.4.ebuild b/sys-apps/mlocate/mlocate-0.22.4.ebuild index 8ab477ae8e0a..044f7249230a 100644 --- a/sys-apps/mlocate/mlocate-0.22.4.ebuild +++ b/sys-apps/mlocate/mlocate-0.22.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.22.4.ebuild,v 1.1 2010/03/30 22:57:27 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.22.4.ebuild,v 1.2 2010/06/12 19:35:04 ssuominen Exp $ EAPI=3 @@ -17,6 +17,7 @@ IUSE="" RDEPEND="!sys-apps/slocate !sys-apps/rlocate" +DEPEND="app-arch/xz-utils" pkg_setup() { enewgroup locate |