diff options
author | Andrey Grozin <grozin@gentoo.org> | 2012-05-31 13:22:09 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2012-05-31 13:22:09 +0000 |
commit | e14843bde7ddfb89c45fca471468438fefb8d419 (patch) | |
tree | 1381f16826d2c948038027a84e480ec9aff8649a /sci-mathematics/form | |
parent | Add patch to build on >=glib-2.32. Bump. #411239 (diff) | |
download | gentoo-2-e14843bde7ddfb89c45fca471468438fefb8d419.tar.gz gentoo-2-e14843bde7ddfb89c45fca471468438fefb8d419.tar.bz2 gentoo-2-e14843bde7ddfb89c45fca471468438fefb8d419.zip |
Fixing RDEPEND
(Portage version: 2.2.0_alpha108/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/form')
-rw-r--r-- | sci-mathematics/form/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/form/form-4.0_p20120529.ebuild | 15 |
2 files changed, 11 insertions, 9 deletions
diff --git a/sci-mathematics/form/ChangeLog b/sci-mathematics/form/ChangeLog index acebb07be1fc..0336886eb2e8 100644 --- a/sci-mathematics/form/ChangeLog +++ b/sci-mathematics/form/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/form # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/form/ChangeLog,v 1.1 2012/05/31 12:25:24 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/form/ChangeLog,v 1.2 2012/05/31 13:22:09 grozin Exp $ + + 31 May 2012; Andrey Grozin <grozin@gentoo.org> form-4.0_p20120529.ebuild: + Fixing RDEPEND *form-4.0_p20120529 (31 May 2012) diff --git a/sci-mathematics/form/form-4.0_p20120529.ebuild b/sci-mathematics/form/form-4.0_p20120529.ebuild index 288676be7c01..e6daa6a6d2e6 100644 --- a/sci-mathematics/form/form-4.0_p20120529.ebuild +++ b/sci-mathematics/form/form-4.0_p20120529.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/sci-mathematics/form/form-4.0_p20120529.ebuild,v 1.1 2012/05/31 12:25:24 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/form/form-4.0_p20120529.ebuild,v 1.2 2012/05/31 13:22:09 grozin Exp $ EAPI=4 @@ -18,14 +18,13 @@ SLOT="0" KEYWORDS="~x86" IUSE="devref doc doxygen gmp mpi threads zlib" -DEPEND="devref? ( dev-texlive/texlive-latex ) - doc? ( dev-texlive/texlive-latex ) - doxygen? ( app-doc/doxygen ) - gmp? ( dev-libs/gmp ) +RDEPEND="gmp? ( dev-libs/gmp ) mpi? ( virtual/mpi ) - zlib? ( sys-libs/zlib ) -" -RDEPEND="${DEPEND}" + zlib? ( sys-libs/zlib )" +DEPEND="${RDEPEND} + devref? ( dev-texlive/texlive-latex ) + doc? ( dev-texlive/texlive-latex ) + doxygen? ( app-doc/doxygen )" src_prepare() { sed -i 's/LINKFLAGS = -s/LINKFLAGS =/' sources/Makefile.am || die |