Mercurial > hg > portage
diff 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 |
line wrap: on
line diff
--- a/net-misc/rabbitmq-server/rabbitmq-server-1.3.0.ebuild Sun May 25 20:22:11 2008 +0200 +++ b/net-misc/rabbitmq-server/rabbitmq-server-1.3.0.ebuild Mon May 26 16:26:59 2008 +0200 @@ -83,7 +83,7 @@ # with the exception of any ARCH specific flags, i.e. "ppc", "sparc", # "x86" and "alpha". This is a required variable. If the ebuild doesn't # use any USE flags, set to "". -IUSE="gnome X" +IUSE="" # A space delimited list of portage features to restrict. man 5 ebuild # for details. Usually not needed. @@ -96,7 +96,7 @@ # had installed on your system when you tested the package. Then # other users hopefully won't be caught without the right version of # a dependency. -DEPEND="" +DEPEND="dev-lang/erlang" # Run-time dependencies. Must be defined to whatever this depends on to run. # The below is valid if the same run-time depends are required to compile.