summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-02-07 17:35:16 +0200
committerDavid Seifert <soap@gentoo.org>2017-02-07 18:45:58 +0100
commitf64d99f7e91d9128e073e36d5dbddce549ab9984 (patch)
treea509b08e03574797759bee8b8c49014f495b4204
parentx11-libs/xosd: Fix toolong DESCRIPTION (diff)
downloadgentoo-f64d99f7e91d9128e073e36d5dbddce549ab9984.tar.gz
gentoo-f64d99f7e91d9128e073e36d5dbddce549ab9984.tar.bz2
gentoo-f64d99f7e91d9128e073e36d5dbddce549ab9984.zip
fox.eclass: Fix toolong DESCRIPTION
Closes: https://github.com/gentoo/gentoo/pull/3866
-rw-r--r--eclass/fox.eclass2
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"