aboutsummaryrefslogtreecommitdiff
blob: 2e19378a508eee5aaca79e9cb4984328edbcc768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="Pass ':=' to '||' conditionals"
HOMEPAGE="http://gentoo.org/"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
# Correct dependency for this case would be to move ':=' out of 'any-of' clause:
# RDEPEND="
#	not-broken/pkg1-subslot:=
#	|| ( =not-broken/pkg1-subslot-0 =not-broken/pkg1-subslot-1 )"
RDEPEND="|| ( =not-broken/pkg1-subslot-0:= =not-broken/pkg1-subslot-1:0= )"