|
|
SLOT="3.5" | SLOT="3.5" |
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" | KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" |
IUSE="acl alsa arts branding cups doc jpeg2k kerberos legacyssl utempter openexr spell tiff | IUSE="acl alsa arts branding cups doc jpeg2k kerberos legacyssl utempter openexr spell tiff |
avahi kernel_linux fam lua linguas_he kdehiddenvisibility" |
avahi kernel_linux fam lua kdehiddenvisibility" |
| |
# Added aspell-en as dependency to work around bug 131512. | # Added aspell-en as dependency to work around bug 131512. |
# Made openssl and zeroconf mandatory dependencies, see bug #172972 and #175984 | # Made openssl and zeroconf mandatory dependencies, see bug #172972 and #175984 |
|
Lines 43-50
RDEPEND="$(qt_min_version 3.3.3)
|
Link Here
|
|---|
|
utempter? ( sys-libs/libutempter ) | utempter? ( sys-libs/libutempter ) |
!kde-base/kde-env | !kde-base/kde-env |
lua? ( dev-lang/lua ) | lua? ( dev-lang/lua ) |
spell? ( >=app-text/aspell-0.60.5 >=app-dicts/aspell-en-6.0.0 |
spell? ( >=app-text/aspell-0.60.5 >=app-dicts/aspell-en-6.0.0 ) |
linguas_he? ( >=app-text/hspell-1.0 ) ) |
|
>=sys-apps/portage-2.1.2.6" | >=sys-apps/portage-2.1.2.6" |
| |
DEPEND="${RDEPEND} | DEPEND="${RDEPEND} |
|
|
| |
myconf="--with-distribution=Gentoo --disable-fast-malloc | myconf="--with-distribution=Gentoo --disable-fast-malloc |
--with-libart --with-libidn --with-ssl | --with-libart --with-libidn --with-ssl |
|
--without-hspell |
$(use_enable fam libfam) $(use_enable kernel_linux dnotify) | $(use_enable fam libfam) $(use_enable kernel_linux dnotify) |
$(use_with acl) $(use_with alsa) | $(use_with acl) $(use_with alsa) |
$(use_with arts) $(use_enable cups) | $(use_with arts) $(use_enable cups) |
|
|
myconf="${myconf} --disable-dnssd" | myconf="${myconf} --disable-dnssd" |
fi | fi |
| |
if use spell; then |
|
myconf="${myconf} $(use_with linguas_he hspell)" |
|
else |
|
myconf="${myconf} --without-hspell" |
|
fi |
|
|
|
if has_version x11-apps/rgb; then | if has_version x11-apps/rgb; then |
myconf="${myconf} --with-rgbfile=/usr/share/X11/rgb.txt" | myconf="${myconf} --with-rgbfile=/usr/share/X11/rgb.txt" |
fi | fi |