diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-18 17:03:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-18 17:03:45 +0000 |
commit | 41abbe38bfc7f33cd1cd170e24cd4fbc6b441a16 (patch) | |
tree | df2cab0f4975a5a0fc2006c65d87898e370d1584 /dev-tex/chktex | |
parent | Stable for ppc, wrt bug #449298 (diff) | |
download | gentoo-2-41abbe38bfc7f33cd1cd170e24cd4fbc6b441a16.tar.gz gentoo-2-41abbe38bfc7f33cd1cd170e24cd4fbc6b441a16.tar.bz2 gentoo-2-41abbe38bfc7f33cd1cd170e24cd4fbc6b441a16.zip |
Stable for ppc, wrt bug #449298
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-tex/chktex')
-rw-r--r-- | dev-tex/chktex/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/chktex/chktex-1.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/chktex/ChangeLog b/dev-tex/chktex/ChangeLog index 2db634d2b474..237b2ca5472c 100644 --- a/dev-tex/chktex/ChangeLog +++ b/dev-tex/chktex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/chktex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v 1.46 2013/04/18 14:06:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v 1.47 2013/04/18 17:03:45 ago Exp $ + + 18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> chktex-1.7.1.ebuild: + Stable for ppc, wrt bug #449298 18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> chktex-1.7.1.ebuild: Stable for x86, wrt bug #449298 diff --git a/dev-tex/chktex/chktex-1.7.1.ebuild b/dev-tex/chktex/chktex-1.7.1.ebuild index 347eb3ad632d..a5a5d162c6ae 100644 --- a/dev-tex/chktex/chktex-1.7.1.ebuild +++ b/dev-tex/chktex/chktex-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.7.1.ebuild,v 1.4 2013/04/18 14:06:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.7.1.ebuild,v 1.5 2013/04/18 17:03:45 ago Exp $ EAPI=4 AUTOTOOLS_AUTORECONF=true @@ -13,7 +13,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/chktex/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc +pcre test" # Tests fail without pcre. Enable pcre by default and make tests depend on it. REQUIRED_USE="test? ( pcre )" |