diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-10-14 05:51:29 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-10-14 05:51:29 +0000 |
commit | b511b34a7a163a7029384036d9ea537d40583538 (patch) | |
tree | 8f621125a50ffe8bb0e97130727b6809c5c9434d /dev-util/catalyst | |
parent | Stable on alpha, bug 416725. (diff) | |
download | gentoo-2-b511b34a7a163a7029384036d9ea537d40583538.tar.gz gentoo-2-b511b34a7a163a7029384036d9ea537d40583538.tar.bz2 gentoo-2-b511b34a7a163a7029384036d9ea537d40583538.zip |
Add app-arch/lbzip2 to RDEPEND. See upstream commit 166a239.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r-- | dev-util/catalyst/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog index 3955071b9d38..fff5e8d677be 100644 --- a/dev-util/catalyst/ChangeLog +++ b/dev-util/catalyst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/catalyst # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.250 2012/09/25 06:12:02 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.251 2012/10/14 05:51:29 mattst88 Exp $ + + 14 Oct 2012; Matt Turner <mattst88@gentoo.org> catalyst-9999.ebuild: + Add app-arch/lbzip2 to RDEPEND. See upstream commit 166a239. 25 Sep 2012; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> catalyst-2.0.11.ebuild, catalyst-2.9999.ebuild, catalyst-3.9999.ebuild, diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 92e7f6d77b2f..014d07bb4d25 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.23 2012/09/25 06:12:02 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.24 2012/10/14 05:51:29 mattst88 Exp $ # catalyst-9999 -> latest Git # catalyst-2.9999 -> catalyst_2 branch from Git @@ -37,7 +37,8 @@ RESTRICT="" IUSE="ccache kernel_linux" DEPEND="app-text/asciidoc" -RDEPEND="app-crypt/shash +RDEPEND="app-arch/lbzip2 + app-crypt/shash virtual/cdrtools ccache? ( dev-util/ccache ) ia64? ( sys-fs/dosfstools ) |