diff options
author | 2014-01-14 15:11:16 +0000 | |
---|---|---|
committer | 2014-01-14 15:11:16 +0000 | |
commit | 17735f9d0d34ef5d9f946085f2a9877e44184989 (patch) | |
tree | 039cbd1ac4b86cf48f13dbf529ca14f8df936b14 /app-text/highlight | |
parent | Stable for ppc, wrt bug #492094 (diff) | |
download | gentoo-2-17735f9d0d34ef5d9f946085f2a9877e44184989.tar.gz gentoo-2-17735f9d0d34ef5d9f946085f2a9877e44184989.tar.bz2 gentoo-2-17735f9d0d34ef5d9f946085f2a9877e44184989.zip |
Stable for ppc, wrt bug #495352
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/highlight')
-rw-r--r-- | app-text/highlight/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/highlight/highlight-3.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog index 9395fd4b36aa..d18a6693d73a 100644 --- a/app-text/highlight/ChangeLog +++ b/app-text/highlight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/highlight # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.73 2014/01/14 13:59:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.74 2014/01/14 15:11:16 ago Exp $ + + 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> highlight-3.16.ebuild: + Stable for ppc, wrt bug #495352 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> highlight-3.16.ebuild: Stable for x86, wrt bug #495352 diff --git a/app-text/highlight/highlight-3.16.ebuild b/app-text/highlight/highlight-3.16.ebuild index 6893a6e82ceb..a451af08117f 100644 --- a/app-text/highlight/highlight-3.16.ebuild +++ b/app-text/highlight/highlight-3.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.16.ebuild,v 1.5 2014/01/14 13:59:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.16.ebuild,v 1.6 2014/01/14 15:11:16 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="examples qt4" RDEPEND="dev-lang/lua |