diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-07-02 14:15:12 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-07-02 14:15:12 +0000 |
commit | c6ca838891db4749b6969f2d370b63b398a9f1a0 (patch) | |
tree | c08538f2713ad0f09d1055d267d7b536ded1fc54 /sci-libs/votca-tools | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-c6ca838891db4749b6969f2d370b63b398a9f1a0.tar.gz gentoo-2-c6ca838891db4749b6969f2d370b63b398a9f1a0.tar.bz2 gentoo-2-c6ca838891db4749b6969f2d370b63b398a9f1a0.zip |
remove usage of base.eclass (bug #475522)
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-libs/votca-tools')
-rw-r--r-- | sci-libs/votca-tools/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.2.3-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog index d24f600b8c94..608db6733e3c 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/votca-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.22 2013/04/14 18:08:09 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.23 2013/07/02 14:15:12 ottxor Exp $ + + 02 Jul 2013; Christoph Junghans <ottxor@gentoo.org> + votca-tools-1.2.3-r3.ebuild: + remove usage of base.eclass (bug #475522) *votca-tools-1.2.3-r3 (14 Apr 2013) diff --git a/sci-libs/votca-tools/votca-tools-1.2.3-r3.ebuild b/sci-libs/votca-tools/votca-tools-1.2.3-r3.ebuild index 382290ac8cec..0c1e50fe55e4 100644 --- a/sci-libs/votca-tools/votca-tools-1.2.3-r3.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.2.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.3-r3.ebuild,v 1.1 2013/04/14 18:08:09 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.3-r3.ebuild,v 1.2 2013/07/02 14:15:12 ottxor Exp $ EAPI="5" @@ -43,7 +43,7 @@ src_prepare() { use gsl || ewarn "Disabling gsl will lead to reduced functionality" use fftw || ewarn "Disabling fftw will lead to reduced functionality" - base_src_prepare + cmake-utils_src_prepare #remove bundled libs if use system-boost; then |