diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-02-12 23:10:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-12 22:19:06 +0000 |
commit | 51032ca9cc5f95d0b015ba2dae32453dfe2853c9 (patch) | |
tree | 9457b5bcebd9d15b9dd2f93150fd1bf0a8c4f098 /dev-ml | |
parent | dev-ml/base_quickcheck: remove whitespace, fix indent (diff) | |
download | gentoo-51032ca9cc5f95d0b015ba2dae32453dfe2853c9.tar.gz gentoo-51032ca9cc5f95d0b015ba2dae32453dfe2853c9.tar.bz2 gentoo-51032ca9cc5f95d0b015ba2dae32453dfe2853c9.zip |
dev-ml/parsexp: remove whitespace
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/parsexp/parsexp-0.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/parsexp/parsexp-0.14.0.ebuild b/dev-ml/parsexp/parsexp-0.14.0.ebuild index 578f4c168d7b..044f16848e4a 100644 --- a/dev-ml/parsexp/parsexp-0.14.0.ebuild +++ b/dev-ml/parsexp/parsexp-0.14.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit dune -DESCRIPTION="S-expression parsing library " +DESCRIPTION="S-expression parsing library" HOMEPAGE="https://github.com/janestreet/parsexp" SRC_URI="https://github.com/janestreet/parsexp/archive/v${PV}.tar.gz -> ${P}.tar.gz" |