diff options
author | Markus Meier <maekke@gentoo.org> | 2013-01-15 22:08:26 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-01-15 22:08:26 +0000 |
commit | 87b8c2cbcdbe9fb49ce9873b3ad852e14f49ac4b (patch) | |
tree | 5f8c4543c1b1ad81d39dec3292e28f824d5952ca /app-text | |
parent | Version bump (bug #452024). Add USE flags for building doxygen docs, and new ... (diff) | |
download | gentoo-2-87b8c2cbcdbe9fb49ce9873b3ad852e14f49ac4b.tar.gz gentoo-2-87b8c2cbcdbe9fb49ce9873b3ad852e14f49ac4b.tar.bz2 gentoo-2-87b8c2cbcdbe9fb49ce9873b3ad852e14f49ac4b.zip |
arm stable, bug #436704
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/highlight/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/highlight/highlight-3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog index cb0dee588fbe..91b9c3984fe0 100644 --- a/app-text/highlight/ChangeLog +++ b/app-text/highlight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/highlight # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.59 2013/01/15 15:56:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.60 2013/01/15 22:08:26 maekke Exp $ + + 15 Jan 2013; Markus Meier <maekke@gentoo.org> highlight-3.9.ebuild: + arm stable, bug #436704 15 Jan 2013; Jeroen Roovers <jer@gentoo.org> highlight-3.9.ebuild: Stable for HPPA (bug #436704). diff --git a/app-text/highlight/highlight-3.9.ebuild b/app-text/highlight/highlight-3.9.ebuild index 215e8afc5b06..d7c74a9e6677 100644 --- a/app-text/highlight/highlight-3.9.ebuild +++ b/app-text/highlight/highlight-3.9.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/app-text/highlight/highlight-3.9.ebuild,v 1.4 2013/01/15 15:56:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.9.ebuild,v 1.5 2013/01/15 22:08:26 maekke Exp $ EAPI=4 @@ -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 |