diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-02-03 17:05:17 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-02-05 05:18:03 +0000 |
commit | d656b6d1ca11a70c8c47fb326e16bd3564006518 (patch) | |
tree | ba7e73c14e8801a01091aba5d7238d77ac5171fc /dev-java/htsjdk/htsjdk-9999.ebuild | |
parent | Drop all trailing whitespaces (diff) | |
download | sci-d656b6d1ca11a70c8c47fb326e16bd3564006518.tar.gz sci-d656b6d1ca11a70c8c47fb326e16bd3564006518.tar.bz2 sci-d656b6d1ca11a70c8c47fb326e16bd3564006518.zip |
Drop quoting form EAPI
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-java/htsjdk/htsjdk-9999.ebuild')
-rw-r--r-- | dev-java/htsjdk/htsjdk-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/htsjdk/htsjdk-9999.ebuild b/dev-java/htsjdk/htsjdk-9999.ebuild index cfd137982..7b7b38f44 100644 --- a/dev-java/htsjdk/htsjdk-9999.ebuild +++ b/dev-java/htsjdk/htsjdk-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="6" +EAPI=6 JAVA_PKG_IUSE="doc source" |