diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-08-01 01:14:56 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-04 23:05:31 +0200 |
commit | 245c40393cae90e08ef437a243fc23ef726cfa48 (patch) | |
tree | 8c3f28db008605d343417c76eb64043f4aeae838 /dev-ml | |
parent | dev-ml/ocplib-endian: Shorter DESCRIPTION (diff) | |
download | gentoo-245c40393cae90e08ef437a243fc23ef726cfa48.tar.gz gentoo-245c40393cae90e08ef437a243fc23ef726cfa48.tar.bz2 gentoo-245c40393cae90e08ef437a243fc23ef726cfa48.zip |
dev-ml/parmap: Shorter DESCRIPTION
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/parmap/parmap-1.0_rc7-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/parmap/parmap-1.0_rc8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild b/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild index bb49d2b6cc98..9bc4423786eb 100644 --- a/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild +++ b/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit multilib MY_PV="${PV/_/-}-fix-for4.03+3" -DESCRIPTION="Library allowing to exploit multicore architectures for OCaml programs with minimal modifications" +DESCRIPTION="Library to exploit multicore architectures for OCaml programs" HOMEPAGE="http://www.dicosmo.org/code/parmap/" SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}-ocaml-4.03.tar.gz" diff --git a/dev-ml/parmap/parmap-1.0_rc8.ebuild b/dev-ml/parmap/parmap-1.0_rc8.ebuild index e56e50216e75..c224550f0d6a 100644 --- a/dev-ml/parmap/parmap-1.0_rc8.ebuild +++ b/dev-ml/parmap/parmap-1.0_rc8.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit multilib MY_PV="${PV/_/-}" -DESCRIPTION="Library allowing to exploit multicore architectures for OCaml programs with minimal modifications" +DESCRIPTION="Library to exploit multicore architectures for OCaml programs" HOMEPAGE="http://www.dicosmo.org/code/parmap/" SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" |