diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-12-15 21:07:07 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-12-15 21:16:32 +0100 |
commit | 043e8de5728b09812035580454fd9b88123e7a06 (patch) | |
tree | 2f5e0de5934173306461da69c80b0e84eeae3bc2 /media-gfx/rawtherapee/rawtherapee-4.2.ebuild | |
parent | media-gfx/rawtherapee: Fix building with latest glibmm/libsigc++ (#568136) (diff) | |
download | gentoo-043e8de5728b09812035580454fd9b88123e7a06.tar.gz gentoo-043e8de5728b09812035580454fd9b88123e7a06.tar.bz2 gentoo-043e8de5728b09812035580454fd9b88123e7a06.zip |
Revert "media-gfx/rawtherapee: Fix building with latest glibmm/libsigc++ (#568136)"
This reverts commit 519fe2b101ec4914e62246b72e9ba6139581e0c8.
Diffstat (limited to 'media-gfx/rawtherapee/rawtherapee-4.2.ebuild')
-rw-r--r-- | media-gfx/rawtherapee/rawtherapee-4.2.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media-gfx/rawtherapee/rawtherapee-4.2.ebuild b/media-gfx/rawtherapee/rawtherapee-4.2.ebuild index 6702661a6527..6ae07a579609 100644 --- a/media-gfx/rawtherapee/rawtherapee-4.2.ebuild +++ b/media-gfx/rawtherapee/rawtherapee-4.2.ebuild @@ -33,10 +33,6 @@ DEPEND="${RDEPEND} app-arch/xz-utils virtual/pkgconfig" -PATCHES=( - "${FILESDIR}"/${P}-cxx11.patch # Upstream patch for fixing bug #568136 -) - pkg_pretend() { if use openmp ; then tc-has-openmp || die "Please switch to an openmp compatible compiler" |