diff options
Diffstat (limited to 'sci-libs/votca-tools')
-rw-r--r-- | sci-libs/votca-tools/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog index f594433fc167..e67dd80acba8 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/votca-tools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.15 2012/02/23 17:03:25 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.16 2012/05/04 08:22:49 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> votca-tools-1.2.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> votca-tools-1.2.2.ebuild: Fix dependency on app-doc/doxygen wrt converting useflags 'nodot' to 'dot'. diff --git a/sci-libs/votca-tools/votca-tools-1.2.2.ebuild b/sci-libs/votca-tools/votca-tools-1.2.2.ebuild index 9a73c8cc821e..02c24fb150a8 100644 --- a/sci-libs/votca-tools/votca-tools-1.2.2.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.2.2.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-libs/votca-tools/votca-tools-1.2.2.ebuild,v 1.4 2012/02/23 17:03:25 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.2.ebuild,v 1.5 2012/05/04 08:22:49 jdhore Exp $ EAPI="3" @@ -35,7 +35,7 @@ RDEPEND="fftw? ( sci-libs/fftw:3.0 ) DEPEND="${RDEPEND} doc? ( || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) ) >=app-text/txt2tags-2.5 - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { use gsl || ewarn "Disabling gsl will lead to reduced functionality" |