Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pymmlib/
Date: Fri, 01 Dec 2017 23:02:01
Message-Id: 1512169298.8246fd83b9494d57555e8e0c2d31f01c798e96ee.soap@gentoo
1 commit: 8246fd83b9494d57555e8e0c2d31f01c798e96ee
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 22:43:14 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 23:01:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8246fd83
7
8 sci-libs/pymmlib: [QA] Fix DESCRIPTION.toolong
9
10 sci-libs/pymmlib/pymmlib-1.2.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
14 index 380de4cff76..f533643cb1d 100644
15 --- a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
16 +++ b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
17 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
18
19 inherit distutils-r1 multilib
20
21 -DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular structural models"
22 +DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular models"
23 HOMEPAGE="http://pymmlib.sourceforge.net/"
24 SRC_URI="mirror://github/masci/mmLib/${P}.tar.gz"