diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-06 21:39:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-06 21:39:08 +0100 |
commit | e3111e6a6b1477210874d9714e389c1d09e20880 (patch) | |
tree | abd432057aca43c26ddb3170ca48d01d8b7b96f8 /dev-haskell/juicypixels | |
parent | dev-haskell/juicypixels: drop old (diff) | |
download | gentoo-e3111e6a6b1477210874d9714e389c1d09e20880.tar.gz gentoo-e3111e6a6b1477210874d9714e389c1d09e20880.tar.bz2 gentoo-e3111e6a6b1477210874d9714e389c1d09e20880.zip |
dev-haskell/juicypixels: backport DESCRIPTION tweak to older ebuild
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-haskell/juicypixels')
-rw-r--r-- | dev-haskell/juicypixels/juicypixels-3.2.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/juicypixels/juicypixels-3.2.5.3.ebuild b/dev-haskell/juicypixels/juicypixels-3.2.5.3.ebuild index 88f18b309bdb..1dbefd6f23ae 100644 --- a/dev-haskell/juicypixels/juicypixels-3.2.5.3.ebuild +++ b/dev-haskell/juicypixels/juicypixels-3.2.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,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" |