Mercurial > hg > portage
comparison net-misc/rabbitmq-server/rabbitmq-server-1.3.0.ebuild @ 23:04cba7df88a1
fix USE flags & dependency on erlang
author | holger@hoho.dyndns.org |
---|---|
date | Mon, 26 May 2008 16:26:59 +0200 |
parents | f3a372dfb19c |
children |
comparison
equal
deleted
inserted
replaced
21:d371aa5e3d6c | 23:04cba7df88a1 |
---|---|
81 | 81 |
82 # Comprehensive list of any and all USE flags leveraged in the ebuild, | 82 # Comprehensive list of any and all USE flags leveraged in the ebuild, |
83 # with the exception of any ARCH specific flags, i.e. "ppc", "sparc", | 83 # with the exception of any ARCH specific flags, i.e. "ppc", "sparc", |
84 # "x86" and "alpha". This is a required variable. If the ebuild doesn't | 84 # "x86" and "alpha". This is a required variable. If the ebuild doesn't |
85 # use any USE flags, set to "". | 85 # use any USE flags, set to "". |
86 IUSE="gnome X" | 86 IUSE="" |
87 | 87 |
88 # A space delimited list of portage features to restrict. man 5 ebuild | 88 # A space delimited list of portage features to restrict. man 5 ebuild |
89 # for details. Usually not needed. | 89 # for details. Usually not needed. |
90 #RESTRICT="strip" | 90 #RESTRICT="strip" |
91 | 91 |
94 # >=dev-lang/perl-5.6.1-r1 | 94 # >=dev-lang/perl-5.6.1-r1 |
95 # It is advisable to use the >= syntax show above, to reflect what you | 95 # It is advisable to use the >= syntax show above, to reflect what you |
96 # had installed on your system when you tested the package. Then | 96 # had installed on your system when you tested the package. Then |
97 # other users hopefully won't be caught without the right version of | 97 # other users hopefully won't be caught without the right version of |
98 # a dependency. | 98 # a dependency. |
99 DEPEND="" | 99 DEPEND="dev-lang/erlang" |
100 | 100 |
101 # Run-time dependencies. Must be defined to whatever this depends on to run. | 101 # Run-time dependencies. Must be defined to whatever this depends on to run. |
102 # The below is valid if the same run-time depends are required to compile. | 102 # The below is valid if the same run-time depends are required to compile. |
103 RDEPEND="${DEPEND}" | 103 RDEPEND="${DEPEND}" |
104 | 104 |