diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-16 22:55:11 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-18 20:10:17 +0000 |
commit | b7b140cb0812775115aae6f1f25f3280b0d8b343 (patch) | |
tree | e688db2d58060140f37a22c6b44b675feb9cb4cb /sci-libs/szip/szip-2.1.ebuild | |
parent | virtual/szip: initial import (diff) | |
download | gentoo-b7b140cb0812775115aae6f1f25f3280b0d8b343.tar.gz gentoo-b7b140cb0812775115aae6f1f25f3280b0d8b343.tar.bz2 gentoo-b7b140cb0812775115aae6f1f25f3280b0d8b343.zip |
sci-libs/szip: conflicts with libaec
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-libs/szip/szip-2.1.ebuild')
-rw-r--r-- | sci-libs/szip/szip-2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/szip/szip-2.1.ebuild b/sci-libs/szip/szip-2.1.ebuild index 465dcbd944c6..88e125bc56d4 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" |