summaryrefslogtreecommitdiff
path: root/dev-haskell/juicypixels
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-04-01 20:00:20 +0300
committerPatrice Clement <monsieurp@gentoo.org>2017-04-08 23:51:58 +0200
commite0e9253666663f6050e6a32e2cdbc72f89b4acbc (patch)
tree055811983a1d4e33863ae7c90b4333f0ab5bf80f /dev-haskell/juicypixels
parent8e88978ec1fc0a6ba42c90c95b56e0662552737f (diff)
downloadgentoo-e0e9253666663f6050e6a32e2cdbc72f89b4acbc.tar.gz
gentoo-e0e9253666663f6050e6a32e2cdbc72f89b4acbc.tar.xz
dev-haskell/juicypixels: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/juicypixels')
-rw-r--r--dev-haskell/juicypixels/juicypixels-3.2.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/juicypixels/juicypixels-3.2.8.ebuild b/dev-haskell/juicypixels/juicypixels-3.2.8.ebuild
index e5b34845137..51747e8f601 100644
--- a/dev-haskell/juicypixels/juicypixels-3.2.8.ebuild
+++ b/dev-haskell/juicypixels/juicypixels-3.2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ inherit haskell-cabal
MY_PN="JuicyPixels"
MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)"
+DESCRIPTION="Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and others)"
HOMEPAGE="https://github.com/Twinside/Juicy.Pixels"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"