diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-19 09:42:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-19 09:42:37 +0000 |
commit | b834ae9b79ac6ba55d7332e26fd62f6a49282211 (patch) | |
tree | 1e99b5915720b896a218b214af20ecf1f4fd412b /sci-mathematics | |
parent | Make it gcc46 resistant, #361077 thanks Vladimir for the patch (diff) | |
download | gentoo-2-b834ae9b79ac6ba55d7332e26fd62f6a49282211.tar.gz gentoo-2-b834ae9b79ac6ba55d7332e26fd62f6a49282211.tar.bz2 gentoo-2-b834ae9b79ac6ba55d7332e26fd62f6a49282211.zip |
Add missing dependency, #371511
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/ent/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/ent/ent-101202.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sci-mathematics/ent/ChangeLog b/sci-mathematics/ent/ChangeLog index 729526332c42..a56b5b50600e 100644 --- a/sci-mathematics/ent/ChangeLog +++ b/sci-mathematics/ent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/ent -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ent/ChangeLog,v 1.1 2010/12/02 17:46:05 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ent/ChangeLog,v 1.2 2011/06/19 09:42:37 jlec Exp $ + + 19 Jun 2011; Justin Lecher <jlec@gentoo.org> ent-101202.ebuild: + Add missing dependency, #371511 *ent-101202 (02 Dec 2010) diff --git a/sci-mathematics/ent/ent-101202.ebuild b/sci-mathematics/ent/ent-101202.ebuild index 5fa5278422db..cb6f28f87a03 100644 --- a/sci-mathematics/ent/ent-101202.ebuild +++ b/sci-mathematics/ent/ent-101202.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ent/ent-101202.ebuild,v 1.1 2010/12/02 17:46:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ent/ent-101202.ebuild,v 1.2 2011/06/19 09:42:37 jlec Exp $ EAPI="3" @@ -15,6 +15,9 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="public-domain" IUSE="" +RDEPEND="" +DEPEND="app-arch/unzip" + src_prepare() { epatch "${FILESDIR}"/${PV}-gentoo.patch tc-export CC |