aboutsummaryrefslogtreecommitdiff
blob: d0d7321850dccda6051eb7a8fb569355c3a0814c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# simple dependency rules file
#  you can specify single and multiline rules here
#
# a single line entry looks like
## <portage package> :: <dependency string>
#
# a multiline entry looks like
## <portage package> {
## <dependency string 1>
## <dependency string 2>
## ...
## <dependency string n>
## }
#
# ignored dependency strings can be written with '!' as portage package, e.g.
## ! :: dev-lang/R
#
# The precedence order of the rules in this file is
## single line ignore > single line > multi line ignore > multi line
#
# Note that you cannot write comments in a multiline rule, writing
## dev-lang/R {
##  # the following dep should resolve to R
##  R(>= 2.15.0)
## }
# means that both strings '# the following dep should resolve to R' and
# 'R(>= 2.15.0)' resolve to 'dev-lang/R'!
#

# the entries in this file are used to test ebuild creation of seewave_1.6.3.tar.gz.

# provided by eclass
! {
	R(>= 2.15.0)
}

# used to test rule priorities
>=dev-lang/R-2.15.0 {
	R(>= 2.15.0)
}

# for R_SUGGESTS
sci-R/sound :: sound

sci-libs/fftw :: FFTW

media-libs/flac :: FLAC


! :: rgl
! :: rpanel

! {
	tcltk
	tuneR
	audio
}