Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 07 Feb 2017 17:49:24
Message-Id: 1486489558.f64d99f7e91d9128e073e36d5dbddce549ab9984.soap@gentoo
1 commit: f64d99f7e91d9128e073e36d5dbddce549ab9984
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 7 15:35:16 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 17:45:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64d99f7
7
8 fox.eclass: Fix toolong DESCRIPTION
9
10 Closes: https://github.com/gentoo/gentoo/pull/3866
11
12 eclass/fox.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/fox.eclass b/eclass/fox.eclass
16 index fdf4099..b1f5599 100644
17 --- a/eclass/fox.eclass
18 +++ b/eclass/fox.eclass
19 @@ -61,7 +61,7 @@ FOX_APPS="adie calculator pathfinder shutterbug"
20 # @DESCRIPTION:
21 # Set this to add additional configuration options during src_configure
22
23 -DESCRIPTION="C++ based Toolkit for developing Graphical User Interfaces easily and effectively"
24 +DESCRIPTION="C++ Toolkit for developing Graphical User Interfaces easily and effectively"
25 HOMEPAGE="http://www.fox-toolkit.org/"
26 SRC_URI="ftp://ftp.fox-toolkit.org/pub/fox-${FOX_PV}.tar.gz"