summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-07 11:58:14 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-07 11:58:14 +0000
commite181859be0c5b21e244a32b0913ae89981ca09f5 (patch)
tree73550941a3b75dc275249e0f078e7b060acc2c86 /app-arch/pbzip2/pbzip2-1.1.8.ebuild
parentapp-arch/lbzip2: Block other packages installing the /usr/bin/bzip2 symlink, ... (diff)
downloadgentoo-2-e181859be0c5b21e244a32b0913ae89981ca09f5.tar.gz
gentoo-2-e181859be0c5b21e244a32b0913ae89981ca09f5.tar.bz2
gentoo-2-e181859be0c5b21e244a32b0913ae89981ca09f5.zip
app-arch/pbzip2: Block other packages installing the /usr/bin/bzip2 symlink, #436354
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/pbzip2/pbzip2-1.1.8.ebuild')
-rw-r--r--app-arch/pbzip2/pbzip2-1.1.8.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-arch/pbzip2/pbzip2-1.1.8.ebuild b/app-arch/pbzip2/pbzip2-1.1.8.ebuild
index 31b08e756418..169d9fbebedd 100644
--- a/app-arch/pbzip2/pbzip2-1.1.8.ebuild
+++ b/app-arch/pbzip2/pbzip2-1.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.8.ebuild,v 1.8 2012/09/29 16:09:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.8.ebuild,v 1.9 2012/10/07 11:58:14 jlec Exp $
EAPI=4
@@ -16,7 +16,9 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-
IUSE="static symlink"
LIB_DEPEND="app-arch/bzip2[static-libs(+)]"
-RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
+RDEPEND="
+ !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+ symlink? ( !app-arch/lbzip2[symlink] )"
DEPEND="${RDEPEND}
static? ( ${LIB_DEPEND} )"