diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-14 15:10:04 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-14 15:10:17 +0100 |
commit | 670a7f9d60d8b612ee4a9d442a252897618c761b (patch) | |
tree | c47325bf2dca158b4913fcd09785dbf625616e9a /dev-util/source-highlight | |
parent | sys-devel/autogen: Stable for HPPA too. (diff) | |
download | gentoo-670a7f9d60d8b612ee4a9d442a252897618c761b.tar.gz gentoo-670a7f9d60d8b612ee4a9d442a252897618c761b.tar.bz2 gentoo-670a7f9d60d8b612ee4a9d442a252897618c761b.zip |
dev-util/source-highlight: stable 3.1.8 for ia64, bug #632090
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-util/source-highlight')
-rw-r--r-- | dev-util/source-highlight/source-highlight-3.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/source-highlight/source-highlight-3.1.8.ebuild b/dev-util/source-highlight/source-highlight-3.1.8.ebuild index 26e96bfbcc65..71d1d5c44a95 100644 --- a/dev-util/source-highlight/source-highlight-3.1.8.ebuild +++ b/dev-util/source-highlight/source-highlight-3.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="Generate highlighted source code as an (x)html document" HOMEPAGE="https://www.gnu.org/software/src-highlite/source-highlight.html" SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" SLOT="0" IUSE="doc static-libs" |