Made Gentoo ebuild depend on virtual/libintl unconditionally.

Since sources include libintl.h and currently there's no way to disable
that.
This commit is contained in:
Sergey Popov 2009-03-20 12:54:36 +00:00
parent 4a5b7e254e
commit 5672a271b6

View file

@ -21,7 +21,7 @@ RDEPEND=">=media-libs/libsdl-1.2.7
x11-libs/libX11
x11-libs/pango
)
nls? ( virtual/libintl )
virtual/libintl
tools? (
>=media-libs/libsdl-1.2.7[X]
>=media-libs/sdl-mixer-1.2[vorbis]