Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302701
Collapse All | Expand All

(-)weechat-0.3.0.ebuild (-2 / +3 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.0.ebuild,v 1.1 2010/01/18 15:33:39 scarabeus Exp $
3
# $Header: $
4
4
5
EAPI=2
5
EAPI=2
6
inherit cmake-utils
6
inherit cmake-utils multilib
7
7
8
DESCRIPTION="Portable and multi-interface IRC client."
8
DESCRIPTION="Portable and multi-interface IRC client."
9
HOMEPAGE="http://weechat.org/"
9
HOMEPAGE="http://weechat.org/"
Lines 48-52 Link Here
48
			mycmakeargs="${mycmakeargs} $(cmake-utils_use_disable ${x/+/})"
48
			mycmakeargs="${mycmakeargs} $(cmake-utils_use_disable ${x/+/})"
49
		fi
49
		fi
50
	done
50
	done
51
	mycmakeargs="${mycmakeargs} -DLIBDIR=$(get_libdir)"
51
	cmake-utils_src_configure
52
	cmake-utils_src_configure
52
}
53
}

Return to bug 302701