diff --git a/sys-devel/autofdo/autofdo-0.16-r2.ebuild b/sys-devel/autofdo/autofdo-0.16-r2.ebuild index a3596b268..12cd79524 100644 --- a/sys-devel/autofdo/autofdo-0.16-r2.ebuild +++ b/sys-devel/autofdo/autofdo-0.16-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,10 +19,6 @@ DEPEND=">=sys-devel/llvm-5.0.1:* RDEPEND="${DEPEND}" -#PATCHES=( "${FILESDIR}/0.16_issue55.patch" -# "${FILESDIR}/72b7f86b920a35b02faed94afc685fd2d517fc78.patch" -# ) - src_prepare(){ #has Google forgot got change it? sed -i "s|\[0.14\]|\[${PV}\]|" configure.ac diff --git a/sys-devel/autofdo/autofdo-9999.ebuild b/sys-devel/autofdo/autofdo-9999.ebuild new file mode 100644 index 000000000..4bbc43bc2 --- /dev/null +++ b/sys-devel/autofdo/autofdo-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="System to simplify real-world deployment of feedback-directed optimization" +HOMEPAGE="https://gcc.gnu.org/wiki/AutoFDO" +EGIT_REPO_URI="https://github.com/kim-phillips-arm/autofdo.git" +#EGIT_COMMIT="" +EGIT_BRANCH="fixissue55" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=">=sys-devel/llvm-5.0.1:* + sys-devel/gcc:*" + +RDEPEND="${DEPEND}" + +src_configure(){ + econf --with-llvm +}