diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-18 08:13:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-18 08:18:19 +0200 |
commit | ad7ae689698661f87daca825603d379143669202 (patch) | |
tree | 94f244144f43fb8e7f34ea7903b68cb551daf1cf /dev-haskell/wx | |
parent | dev-haskell/utf8-light: Use description from .cabal (diff) | |
download | gentoo-ad7ae689698661f87daca825603d379143669202.tar.gz gentoo-ad7ae689698661f87daca825603d379143669202.tar.bz2 gentoo-ad7ae689698661f87daca825603d379143669202.zip |
dev-haskell/wx: Improve description
Closes: https://bugs.gentoo.org/689450
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-haskell/wx')
-rw-r--r-- | dev-haskell/wx/wx-0.92.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/wx/wx-0.92.2.0.ebuild b/dev-haskell/wx/wx-0.92.2.0.ebuild index 817a3f70513e..44291d86336a 100644 --- a/dev-haskell/wx/wx-0.92.2.0.ebuild +++ b/dev-haskell/wx/wx-0.92.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ WX_GTK_VER="3.0" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="wxHaskell" +DESCRIPTION="Portable and native GUI library built on wxWidgets" HOMEPAGE="https://wiki.haskell.org/WxHaskell" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" |