diff options
author | Peter Weller <welp@gentoo.org> | 2008-04-22 17:03:00 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2008-04-22 17:03:00 +0000 |
commit | 16b736185e9cae78d2d50522bd7df21f918c87e0 (patch) | |
tree | 7d9e933d44a5cbcfdcff48668fefe0de87ec1dd9 /dev-util | |
parent | Fix building with GCC 4.3, thanks to Peter Alfredsen wrt #218784. (diff) | |
download | gentoo-2-16b736185e9cae78d2d50522bd7df21f918c87e0.tar.gz gentoo-2-16b736185e9cae78d2d50522bd7df21f918c87e0.tar.bz2 gentoo-2-16b736185e9cae78d2d50522bd7df21f918c87e0.zip |
Stable on amd64; bug 217413
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/source-highlight/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/source-highlight/source-highlight-2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/source-highlight/ChangeLog b/dev-util/source-highlight/ChangeLog index 118d6630ba0e..469f67b5e3df 100644 --- a/dev-util/source-highlight/ChangeLog +++ b/dev-util/source-highlight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/source-highlight # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.30 2008/03/12 10:32:33 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.31 2008/04/22 17:03:00 welp Exp $ + + 22 Apr 2008; <welp@gentoo.org> source-highlight-2.9.ebuild: + Stable on amd64; bug 217413 12 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> source-highlight-2.8.ebuild: diff --git a/dev-util/source-highlight/source-highlight-2.9.ebuild b/dev-util/source-highlight/source-highlight-2.9.ebuild index 4b211c42732a..140a6809de94 100644 --- a/dev-util/source-highlight/source-highlight-2.9.ebuild +++ b/dev-util/source-highlight/source-highlight-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-2.9.ebuild,v 1.1 2008/03/10 11:20:59 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-2.9.ebuild,v 1.2 2008/04/22 17:03:00 welp Exp $ inherit bash-completion @@ -8,7 +8,7 @@ DESCRIPTION="Generate highlighted source code as an (x)html document" HOMEPAGE="http://www.gnu.org/software/src-highlite/source-highlight.html" SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~mips ~ppc ~x86" +KEYWORDS="amd64 ~mips ~ppc ~x86" SLOT="0" IUSE="doc" |