diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-22 10:44:42 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-22 10:44:42 +0100 |
commit | 3d4f99c8cb352b2c3ff1cd191ca8c88d8559c971 (patch) | |
tree | dd67c9c7e9ecc9259e0e1d8ae25f13698e70ca09 /app-doc/doxygen | |
parent | dev-perl/DBD-mysql: Stable for HPPA (bug #601144). (diff) | |
download | gentoo-3d4f99c8cb352b2c3ff1cd191ca8c88d8559c971.tar.gz gentoo-3d4f99c8cb352b2c3ff1cd191ca8c88d8559c971.tar.bz2 gentoo-3d4f99c8cb352b2c3ff1cd191ca8c88d8559c971.zip |
app-doc/doxygen: Stable for HPPA (bug #605968).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'app-doc/doxygen')
-rw-r--r-- | app-doc/doxygen/doxygen-1.8.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/doxygen/doxygen-1.8.12.ebuild b/app-doc/doxygen/doxygen-1.8.12.ebuild index 476617f5e3d9..2f96e03d7846 100644 --- a/app-doc/doxygen/doxygen-1.8.12.ebuild +++ b/app-doc/doxygen/doxygen-1.8.12.ebuild @@ -10,10 +10,10 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://github.com/doxygen/doxygen.git" SRC_URI="" - KEYWORDS="" + KEYWORDS="hppa" else SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" fi SRC_URI+=" https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png" |