diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-07 17:35:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-07 18:45:58 +0100 |
commit | f64d99f7e91d9128e073e36d5dbddce549ab9984 (patch) | |
tree | a509b08e03574797759bee8b8c49014f495b4204 /eclass | |
parent | x11-libs/xosd: Fix toolong DESCRIPTION (diff) | |
download | gentoo-f64d99f7e91d9128e073e36d5dbddce549ab9984.tar.gz gentoo-f64d99f7e91d9128e073e36d5dbddce549ab9984.tar.bz2 gentoo-f64d99f7e91d9128e073e36d5dbddce549ab9984.zip |
fox.eclass: Fix toolong DESCRIPTION
Closes: https://github.com/gentoo/gentoo/pull/3866
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/fox.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/fox.eclass b/eclass/fox.eclass index fdf40998f815..b1f55994291b 100644 --- a/eclass/fox.eclass +++ b/eclass/fox.eclass @@ -61,7 +61,7 @@ FOX_APPS="adie calculator pathfinder shutterbug" # @DESCRIPTION: # Set this to add additional configuration options during src_configure -DESCRIPTION="C++ based Toolkit for developing Graphical User Interfaces easily and effectively" +DESCRIPTION="C++ Toolkit for developing Graphical User Interfaces easily and effectively" HOMEPAGE="http://www.fox-toolkit.org/" SRC_URI="ftp://ftp.fox-toolkit.org/pub/fox-${FOX_PV}.tar.gz" |