diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-23 13:33:59 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-23 13:33:59 +0200 |
commit | b23db060fe41c2839ffc684f9b737e66ef83039e (patch) | |
tree | 9bd38ee106b85ee97130728d816990d45f42e6ab /sci-chemistry | |
parent | media-libs/libgfx: Use doheader (diff) | |
download | sci-b23db060fe41c2839ffc684f9b737e66ef83039e.tar.gz sci-b23db060fe41c2839ffc684f9b737e66ef83039e.tar.bz2 sci-b23db060fe41c2839ffc684f9b737e66ef83039e.zip |
sci-chemistry/ligplot+: Bump to EAPI=5
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/ligplot+/ligplot+-1.4.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild index ac0288b5b..923141b1f 100644 --- a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild +++ b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit java-pkg-2 @@ -15,7 +15,7 @@ LICENSE="ligplot+" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="virtual/jre" +RDEPEND="virtual/jre:*" DEPEND="" RESTRICT="fetch" @@ -25,10 +25,10 @@ S="${WORKDIR}"/LigPlus QA_PREBUILT="opt/${PN}/.*" pkg_nofetch() { - einfo "Please visit" - einfo "http://www.ebi.ac.uk/thornton-srv/software/LigPlus/applicence.html" - einfo "download ${A}" - einfo "and save in ${DISTDIR}" + elog "Please visit" + elog "http://www.ebi.ac.uk/thornton-srv/software/LigPlus/applicence.html" + elog "download ${A}" + elog "and save in ${DISTDIR}" } src_prepare() { |