diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-06-26 05:20:53 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-06-26 05:20:53 +0000 |
commit | 8323be15cfa1904fd36d3e4c1fe7b21f80c086db (patch) | |
tree | 9893396221983a5821c991837aaff3d0a31ff7bc /sci-astronomy | |
parent | Add libsecret use flag and update libsoup dep. (diff) | |
download | gentoo-2-8323be15cfa1904fd36d3e4c1fe7b21f80c086db.tar.gz gentoo-2-8323be15cfa1904fd36d3e4c1fe7b21f80c086db.tar.bz2 gentoo-2-8323be15cfa1904fd36d3e4c1fe7b21f80c086db.zip |
Temporarily drop keywords until casa-data catches up
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/casacore/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/casacore/casacore-1.5.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-astronomy/casacore/ChangeLog b/sci-astronomy/casacore/ChangeLog index 13433eb91a5d..74d439048bbb 100644 --- a/sci-astronomy/casacore/ChangeLog +++ b/sci-astronomy/casacore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/casacore # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casacore/ChangeLog,v 1.8 2014/03/06 22:21:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casacore/ChangeLog,v 1.9 2014/06/26 05:20:53 patrick Exp $ + + 26 Jun 2014; Patrick Lauer <patrick@gentoo.org> casacore-1.5.0-r1.ebuild: + Temporarily drop keywords until casa-data catches up *casacore-1.5.0-r1 (06 Mar 2014) diff --git a/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild b/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild index 850c8fbba346..ab455e613060 100644 --- a/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild +++ b/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild,v 1.1 2014/03/06 22:21:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild,v 1.2 2014/06/26 05:20:53 patrick Exp $ EAPI=5 @@ -11,7 +11,9 @@ HOMEPAGE="http://code.google.com/p/casacore/" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +#KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +# de-keyworded until casa-data catches up +KEYWORDS="" SLOT="0" IUSE="+data doc fftw hdf5 openmp threads test" |