diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-10 19:16:45 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-10 19:16:45 +0000 |
commit | dcc07f1cae43fe1c799a56db90e34441e579d573 (patch) | |
tree | 6dfe3fc30bae7ccc760a3c6fa62ed32b0a466600 /net-im | |
parent | lets try this again but without retarded debug code in the ebuild (diff) | |
download | gentoo-2-dcc07f1cae43fe1c799a56db90e34441e579d573.tar.gz gentoo-2-dcc07f1cae43fe1c799a56db90e34441e579d573.tar.bz2 gentoo-2-dcc07f1cae43fe1c799a56db90e34441e579d573.zip |
fix and improve built_with_use USE-depend-checks
(Portage version: 2.1_rc4-r4)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tapiocaui/tapiocaui-0.3.9.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-im/tapiocaui/tapiocaui-0.3.9.ebuild b/net-im/tapiocaui/tapiocaui-0.3.9.ebuild index 326ddd2a3fdd..60f1ef7a1898 100644 --- a/net-im/tapiocaui/tapiocaui-0.3.9.ebuild +++ b/net-im/tapiocaui/tapiocaui-0.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocaui/tapiocaui-0.3.9.ebuild,v 1.1 2006/06/09 23:30:56 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocaui/tapiocaui-0.3.9.ebuild,v 1.2 2006/06/10 19:16:45 genstef Exp $ inherit eutils @@ -27,18 +27,18 @@ RDEPEND="net-im/tapiocad >=x11-libs/gtk+-2" pkg_setup() { - if ! built_with_use dev-libs/farsight-darcs jingle ; then - eerror "In order to use tapioca core and client, you need to have" - eerror "dev-libs/farsight-darcs emerged with 'jingle' flags. Please" - eerror "add that flag, re-emerge farsight and then tapioca-core-client" - die "dev-libs/farsight-darcs is missing jingle" - fi if ! built_with_use media-plugins/gst-plugins-farsight jingle ; then eerror "In order to use tapioca core and client, you need to have" eerror "media-plugins/gst-plugins-farsight emerged with 'jingle' flags. Please" - eerror "add that flag, re-emerge gst-plugins-farsight and then tapioca-core-client" + eerror "add that flag, re-emerge gst-plugins-farsight and then tapiocaui" die "media-plugins/gst-plugins-farsight is missing jingle" fi + if ! built_with_use media-libs/farsight jingle ; then + eerror "In order to use tapioca core and client, you need to have" + eerror "media-libs/farsight emerged with 'jingle' flags. Please" + eerror "add that flag, re-emerge farsight and then tapiocaui" + die "media-libs/farsight is missing jingle" + fi } src_install() { |