Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 682486 | Differences between
and this patch

Collapse All | Expand All

(-)a/doxygen-1.8.14-r2.ebuild (-3 / +3 lines)
Lines 10-16 Link Here
10
	EGIT_REPO_URI="https://github.com/doxygen/doxygen.git"
10
	EGIT_REPO_URI="https://github.com/doxygen/doxygen.git"
11
	SRC_URI=""
11
	SRC_URI=""
12
else
12
else
13
	SRC_URI="https://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz"
13
	SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz"
14
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
14
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
15
fi
15
fi
16
16
Lines 58-65 Link Here
58
58
59
PATCHES=(
59
PATCHES=(
60
	"${FILESDIR}/${PN}-1.8.9.1-empty-line-sigsegv.patch" #454348
60
	"${FILESDIR}/${PN}-1.8.9.1-empty-line-sigsegv.patch" #454348
61
	"${FILESDIR}/${PN}-1.8.12-link_with_pthread.patch"
61
	"${FILESDIR}/${P}-link_with_pthread.patch"
62
	"${FILESDIR}/${PN}-1.8.14-llvm7.patch" #666692
62
	"${FILESDIR}/${P}-llvm7.patch" #666692
63
	"${FILESDIR}/${PN}-1.8.14-xml-c++.patch" #doxygen/doxygen#6892
63
	"${FILESDIR}/${PN}-1.8.14-xml-c++.patch" #doxygen/doxygen#6892
64
)
64
)
65
65

Return to bug 682486