diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 16:56:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:17:27 +0100 |
commit | 84697674815e77e5bcc1f988b5f781691d59ead4 (patch) | |
tree | 61ac2af8560d9cd15167365eeda9684a606a612d /app-emacs/auctex | |
parent | app-editors/wily: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-84697674815e77e5bcc1f988b5f781691d59ead4.tar.gz gentoo-84697674815e77e5bcc1f988b5f781691d59ead4.tar.bz2 gentoo-84697674815e77e5bcc1f988b5f781691d59ead4.zip |
app-emacs/auctex: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r-- | app-emacs/auctex/auctex-11.88.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/auctex/auctex-11.88.ebuild b/app-emacs/auctex/auctex-11.88.ebuild index 167ac3293c45..7e9e622d4b0a 100644 --- a/app-emacs/auctex/auctex-11.88.ebuild +++ b/app-emacs/auctex/auctex-11.88.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit elisp latex-package -DESCRIPTION="Extended support for writing, formatting and using (La)TeX, Texinfo and BibTeX files" +DESCRIPTION="Extended support for (La)TeX, Texinfo and BibTeX files" HOMEPAGE="https://www.gnu.org/software/auctex/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" |