diff options
Diffstat (limited to 'dev-util/automoc/automoc-9999.ebuild')
| -rw-r--r-- | dev-util/automoc/automoc-9999.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-util/automoc/automoc-9999.ebuild b/dev-util/automoc/automoc-9999.ebuild new file mode 100644 index 00000000000..7d325f18b29 --- /dev/null +++ b/dev-util/automoc/automoc-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +inherit cmake-utils subversion flag-o-matic + +DESCRIPTION="KDE Meta Object Compiler" +HOMEPAGE="http://www.kde.org" +SRC_URI="" +ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/automoc" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + x11-libs/qt-core:4 +" +RDEPEND="${DEPEND}" + +src_prepare() { + if [[ ${ELIBC} = uclibc ]]; then + append-flags -pthread + fi +} |
