diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-06-29 03:01:23 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-06-29 03:01:23 +0000 |
commit | 236bf6f21d0cdd867227f42ca0979d34cb24e5e8 (patch) | |
tree | cb5b5de0341549b34ddd65b63029a239109e6b79 /app-misc/xmind | |
parent | Do not depend on incompatible openssl versions, and enable gnutls USE flag by... (diff) | |
download | gentoo-2-236bf6f21d0cdd867227f42ca0979d34cb24e5e8.tar.gz gentoo-2-236bf6f21d0cdd867227f42ca0979d34cb24e5e8.tar.bz2 gentoo-2-236bf6f21d0cdd867227f42ca0979d34cb24e5e8.zip |
Add libraries to QA_FLAGS_IGNORED to "fix" bug 475146
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'app-misc/xmind')
-rw-r--r-- | app-misc/xmind/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/xmind/xmind-3.3.1.201212250029.ebuild | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/app-misc/xmind/ChangeLog b/app-misc/xmind/ChangeLog index b26108a6b20f..614a1bc5a24e 100644 --- a/app-misc/xmind/ChangeLog +++ b/app-misc/xmind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/xmind # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xmind/ChangeLog,v 1.2 2013/04/03 18:14:01 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xmind/ChangeLog,v 1.3 2013/06/29 03:01:23 creffett Exp $ + + 29 Jun 2013; Chris Reffett <creffett@gentoo.org> + xmind-3.3.1.201212250029.ebuild: + Add libraries to QA_FLAGS_IGNORED to "fix" bug 475146 03 Apr 2013; Chris Reffett <creffett@gentoo.org> -files/xmind.16.png, -files/xmind.32.png, -files/xmind.48.png, xmind-3.3.1.201212250029.ebuild: diff --git a/app-misc/xmind/xmind-3.3.1.201212250029.ebuild b/app-misc/xmind/xmind-3.3.1.201212250029.ebuild index 9d8dbe39f664..ac66a4971ce9 100644 --- a/app-misc/xmind/xmind-3.3.1.201212250029.ebuild +++ b/app-misc/xmind/xmind-3.3.1.201212250029.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xmind/xmind-3.3.1.201212250029.ebuild,v 1.2 2013/04/03 18:14:01 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xmind/xmind-3.3.1.201212250029.ebuild,v 1.3 2013/06/29 03:01:22 creffett Exp $ EAPI=5 @@ -27,6 +27,12 @@ RDEPEND="${DEPEND}" S=${WORKDIR} QA_PRESTRIPPED="/usr/$(get_libdir)/xmind/XMind/libcairo-swt.so" +QA_FLAGS_IGNORED=" + /usr/$(get_libdir)/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813/eclipse_1502.so + /usr/$(get_libdir)/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so + /usr/$(get_libdir)/xmind/XMind/libcairo-swt.so + /usr/$(get_libdir)/xmind/XMind/XMind +" src_configure() { if use amd64; then |