commit: f64d99f7e91d9128e073e36d5dbddce549ab9984 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Tue Feb 7 15:35:16 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Feb 7 17:45:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64d99f7
fox.eclass: Fix toolong DESCRIPTION Closes: https://github.com/gentoo/gentoo/pull/3866 eclass/fox.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/fox.eclass b/eclass/fox.eclass index fdf4099..b1f5599 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"