diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-04-24 16:39:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-04-24 16:39:23 +0000 |
commit | ac921c8a1c77738a694191079b3c1b0b3faf7190 (patch) | |
tree | bc45aaee1394bab95cf8291403c008816c1f4d53 /net-p2p/mldonkey | |
parent | Version bump, keywords dropped due to a new dep on dev-perl/Readonly (diff) | |
download | gentoo-2-ac921c8a1c77738a694191079b3c1b0b3faf7190.tar.gz gentoo-2-ac921c8a1c77738a694191079b3c1b0b3faf7190.tar.bz2 gentoo-2-ac921c8a1c77738a694191079b3c1b0b3faf7190.zip |
Minor fix
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/mldonkey-2.9.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/mldonkey/mldonkey-2.9.4.ebuild b/net-p2p/mldonkey/mldonkey-2.9.4.ebuild index 18fbdd3b542b..bdddbc5781f0 100644 --- a/net-p2p/mldonkey/mldonkey-2.9.4.ebuild +++ b/net-p2p/mldonkey/mldonkey-2.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.9.4.ebuild,v 1.3 2008/04/24 14:17:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.9.4.ebuild,v 1.4 2008/04/24 16:39:23 armin76 Exp $ WANT_AUTOCONF=2.5 @@ -44,12 +44,12 @@ pkg_setup() { echo "" fi - if use gtk && !(built_with_use dev-ml/lablgtk svg); then + if use gtk && ! built_with_use dev-ml/lablgtk svg; then eerror "dev-ml/lablgtk must be built with the 'svg' USE flag to use the gtk gui" die "Recompile dev-ml/lablgtk with enabled svg USE flag" fi - if use gd && !(built_with_use media-libs/gd truetype); then + if use gd && ! built_with_use media-libs/gd truetype; then eerror "media-libs/gd must be built with 'truetype' to compile" eerror "MLDonkey with gd support" die "Recompile media-libs/gd with enabled truetype USE flag" |