commit: b7b140cb0812775115aae6f1f25f3280b0d8b343
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 22:55:11 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 20:10:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b140cb
sci-libs/szip: conflicts with libaec
Package-Manager: portage-2.2.27
sci-libs/szip/szip-2.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-libs/szip/szip-2.1.ebuild b/sci-libs/szip/szip-2.1.ebuild
index 465dcbd..88e125b 100644
--- a/sci-libs/szip/szip-2.1.ebuild
+++ b/sci-libs/szip/szip-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,6 +14,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND=""
+RDEPEND="!sci-libs/libaec"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"