diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-19 10:18:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-19 10:18:51 +0000 |
commit | ef3130a8636cae6e4fa67f3d11b388caca881778 (patch) | |
tree | 3ca4cc3de4ae3c7303ab39aebc98774d4062524f /app-text | |
parent | Stable for ppc64, wrt bug #495350 (diff) | |
download | gentoo-2-ef3130a8636cae6e4fa67f3d11b388caca881778.tar.gz gentoo-2-ef3130a8636cae6e4fa67f3d11b388caca881778.tar.bz2 gentoo-2-ef3130a8636cae6e4fa67f3d11b388caca881778.zip |
Stable for ppc64, wrt bug #495352
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text')
-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 1100c9ec86bf..1a55c45a2990 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.77 2014/01/18 20:08:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.78 2014/01/19 10:18:51 ago Exp $ + + 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> highlight-3.16.ebuild: + Stable for ppc64, wrt bug #495352 18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> highlight-3.16.ebuild: Stable for alpha, wrt bug #495352 diff --git a/app-text/highlight/highlight-3.16.ebuild b/app-text/highlight/highlight-3.16.ebuild index bc2c2248f87f..3eee204ce80f 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.8 2014/01/18 20:08:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.16.ebuild,v 1.9 2014/01/19 10:18:51 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 |