diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-07-06 14:43:39 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-07-06 14:43:39 +0000 |
commit | b098a3493934a9e129d00f9861e354aff07d6f20 (patch) | |
tree | 247bc9232fcd8907a3a079b2426b39a2b5fc9db2 | |
parent | version bump (diff) | |
download | gentoo-2-b098a3493934a9e129d00f9861e354aff07d6f20.tar.gz gentoo-2-b098a3493934a9e129d00f9861e354aff07d6f20.tar.bz2 gentoo-2-b098a3493934a9e129d00f9861e354aff07d6f20.zip |
[sci-libs/votca-tools] fixes bug ##374165
(Portage version: 2.1.10.3/cvs/Linux i686)
-rw-r--r-- | sci-libs/votca-tools/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog index 41c0d3bb24f4..c050d9adc552 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.5 2011/06/17 08:51:50 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.6 2011/07/06 14:43:39 ottxor Exp $ + + 06 Jul 2011; Christoph Junghans <ottxor@gentoo.org> votca-tools-1.2.ebuild: + pristine tarball has wrong ${S} (bug #374165) *votca-tools-1.2 (17 Jun 2011) diff --git a/sci-libs/votca-tools/votca-tools-1.2.ebuild b/sci-libs/votca-tools/votca-tools-1.2.ebuild index 0e8f17eafc45..7cd599b5d764 100644 --- a/sci-libs/votca-tools/votca-tools-1.2.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.2.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2011 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.ebuild,v 1.1 2011/06/17 08:51:50 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.ebuild,v 1.2 2011/07/06 14:43:39 ottxor Exp $ EAPI="3" inherit eutils cmake-utils if [ "${PV}" != "9999" ]; then - SRC_URI="boost? ( http://votca.googlecode.com/files/${PF}_pristine.tar.gz ) - !boost? ( http://votca.googlecode.com/files/${PF}.tar.gz )" + SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz" RESTRICT="primaryuri" else SRC_URI="" |