diff options
author | 2018-08-29 15:48:45 +0200 | |
---|---|---|
committer | 2018-08-29 17:06:55 +0200 | |
commit | 30e10c187fd8c24ad9d865218d9fb8fb9099cc28 (patch) | |
tree | 3ba51873ee8ca766a5bdf3bd23f5660d98e99b6e /sci-physics/root | |
parent | dev-libs/m17n-lib: use pkg-config to find freetype (diff) | |
download | gentoo-30e10c187fd8c24ad9d865218d9fb8fb9099cc28.tar.gz gentoo-30e10c187fd8c24ad9d865218d9fb8fb9099cc28.tar.bz2 gentoo-30e10c187fd8c24ad9d865218d9fb8fb9099cc28.zip |
sci-physics/root: add back patch for bug 653124
The patch was dropped by mistake on a revision bump.
Bug: https://bugs.gentoo.org/653124
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/root-6.12.06-r7.ebuild (renamed from sci-physics/root/root-6.12.06-r6.ebuild) | 1 | ||||
-rw-r--r-- | sci-physics/root/root-6.14.04-r2.ebuild (renamed from sci-physics/root/root-6.14.04-r1.ebuild) | 1 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sci-physics/root/root-6.12.06-r6.ebuild b/sci-physics/root/root-6.12.06-r7.ebuild index 307ec1356b40..87b5d83bd4ff 100644 --- a/sci-physics/root/root-6.12.06-r6.ebuild +++ b/sci-physics/root/root-6.12.06-r7.ebuild @@ -110,6 +110,7 @@ PATCHES=( "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch "${FILESDIR}"/${PN}-6.12.04-no-opengl.patch "${FILESDIR}"/${PN}-6.12.04-z3.patch + "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch ) pkg_setup() { diff --git a/sci-physics/root/root-6.14.04-r1.ebuild b/sci-physics/root/root-6.14.04-r2.ebuild index d7cbcaa7059d..cc9edde9d8de 100644 --- a/sci-physics/root/root-6.14.04-r1.ebuild +++ b/sci-physics/root/root-6.14.04-r2.ebuild @@ -108,6 +108,7 @@ RDEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch + "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch "${FILESDIR}"/${PN}-6.13.02-hsimple.patch ) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 717498866e18..41a7e18306a9 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -117,6 +117,7 @@ RDEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch + "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch "${FILESDIR}"/${PN}-6.13.02-hsimple.patch ) |