diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-12-02 19:01:32 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-12-02 19:01:32 +0000 |
commit | f5dca0529df22961ee95f02165cb63c52b8a3b8d (patch) | |
tree | ad3490bc68d219413ad74dd34c5cc231a0a62bc5 /sci-libs/amd/amd-2.2.0.ebuild | |
parent | Drop requirement for automake-1.7, works fine with 1.11. (diff) | |
download | gentoo-2-f5dca0529df22961ee95f02165cb63c52b8a3b8d.tar.gz gentoo-2-f5dca0529df22961ee95f02165cb63c52b8a3b8d.tar.bz2 gentoo-2-f5dca0529df22961ee95f02165cb63c52b8a3b8d.zip |
Fixing Changelog deletion
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/amd/amd-2.2.0.ebuild')
-rw-r--r-- | sci-libs/amd/amd-2.2.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild index 5267a902175f..918e5434c131 100644 --- a/sci-libs/amd/amd-2.2.0.ebuild +++ b/sci-libs/amd/amd-2.2.0.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/sci-libs/amd/amd-2.2.0.ebuild,v 1.17 2010/07/09 10:13:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.18 2010/12/02 19:01:32 jlec Exp $ inherit autotools eutils fortran @@ -13,7 +13,9 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="doc" + DEPEND="sci-libs/ufconfig" +RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}" |