diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-07-04 13:20:40 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-07-04 13:20:40 +0000 |
commit | ee95cd48e4dff576e53379ac3403c7e73303dd3e (patch) | |
tree | d5370130e07ebfb8c8f42f51da48e80f10b02b82 /sci-chemistry | |
parent | Version bump; disable tests for now, see bug 553918 (diff) | |
download | gentoo-2-ee95cd48e4dff576e53379ac3403c7e73303dd3e.tar.gz gentoo-2-ee95cd48e4dff576e53379ac3403c7e73303dd3e.tar.bz2 gentoo-2-ee95cd48e4dff576e53379ac3403c7e73303dd3e.zip |
Update blocker on scala-bin (package has moved to dev-lang/). Fix bug 553912.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/scala/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/scala/scala-3.3.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/scala/ChangeLog b/sci-chemistry/scala/ChangeLog index 10ff511ed4dd..8422ffc88a53 100644 --- a/sci-chemistry/scala/ChangeLog +++ b/sci-chemistry/scala/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/scala # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v 1.21 2015/02/28 19:15:33 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v 1.22 2015/07/04 13:20:40 monsieurp Exp $ + + 04 Jul 2015; Patrice Clement <monsieurp@gentoo.org> scala-3.3.20.ebuild: + Update blocker on scala-bin (package has moved to dev-lang/). Fix bug 553912. 28 Feb 2015; Patrice Clement <monsieurp@gentoo.org> scala-3.3.20.ebuild: Add two blockers against scala ebuilds and fix bug 541440. Signed off by jlec. diff --git a/sci-chemistry/scala/scala-3.3.20.ebuild b/sci-chemistry/scala/scala-3.3.20.ebuild index 70537f2c06a6..f84e4d012874 100644 --- a/sci-chemistry/scala/scala-3.3.20.ebuild +++ b/sci-chemistry/scala/scala-3.3.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild,v 1.7 2015/02/28 19:15:33 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild,v 1.8 2015/07/04 13:20:40 monsieurp Exp $ EAPI=4 @@ -17,7 +17,7 @@ IUSE="" RDEPEND=" !<sci-chemistry/ccp4-6.1.2 - !dev-java/scala-bin + !dev-lang/scala-bin !dev-lang/scala sci-libs/ccp4-libs virtual/lapack" |