diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 17:03:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 17:03:52 +0000 |
commit | b15e7400fc536a9306e6d9f8b5836ddf2c7304e1 (patch) | |
tree | e53e811aa889a44246614a921be060f9acaea254 /app-text/highlight | |
parent | Stable for alpha, wrt bug #436704 (diff) | |
download | gentoo-2-b15e7400fc536a9306e6d9f8b5836ddf2c7304e1.tar.gz gentoo-2-b15e7400fc536a9306e6d9f8b5836ddf2c7304e1.tar.bz2 gentoo-2-b15e7400fc536a9306e6d9f8b5836ddf2c7304e1.zip |
Stable for alpha, wrt bug #436704
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'app-text/highlight')
-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 1afc1e672fb8..5bbd6bac2298 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.62 2013/01/16 20:04:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.63 2013/01/20 17:03:52 ago Exp $ + + 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> highlight-3.9.ebuild: + Stable for alpha, wrt bug #436704 16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> highlight-3.9.ebuild: Stable for ppc64, wrt bug #436704 diff --git a/app-text/highlight/highlight-3.9.ebuild b/app-text/highlight/highlight-3.9.ebuild index 3a39ded18fda..7116aea97bc0 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.7 2013/01/16 20:04:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.9.ebuild,v 1.8 2013/01/20 17:03:52 ago 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 |