From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E20A139085 for ; Tue, 7 Feb 2017 17:49:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E223AE0E38; Tue, 7 Feb 2017 17:48:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C35C4E0E38 for ; Tue, 7 Feb 2017 17:48:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECC5234162B for ; Tue, 7 Feb 2017 17:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2A1D3DCC for ; Tue, 7 Feb 2017 17:48:31 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486489558.f64d99f7e91d9128e073e36d5dbddce549ab9984.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/fox.eclass X-VCS-Directories: eclass/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f64d99f7e91d9128e073e36d5dbddce549ab9984 X-VCS-Branch: master Date: Tue, 7 Feb 2017 17:48:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2bf1a32-4a13-4a96-8ddb-a061f3db1010 X-Archives-Hash: e4e72e8a988638ad42dc706f74e48910 commit: f64d99f7e91d9128e073e36d5dbddce549ab9984 Author: Harri Nieminen gmail com> AuthorDate: Tue Feb 7 15:35:16 2017 +0000 Commit: David Seifert gentoo 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"