diff options
Diffstat (limited to 'net-misc/leechcraft-core/leechcraft-core-0.5.80.ebuild')
-rw-r--r-- | net-misc/leechcraft-core/leechcraft-core-0.5.80.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/leechcraft-core/leechcraft-core-0.5.80.ebuild b/net-misc/leechcraft-core/leechcraft-core-0.5.80.ebuild index 2de97ef409c3..44e1a2125fc3 100644 --- a/net-misc/leechcraft-core/leechcraft-core-0.5.80.ebuild +++ b/net-misc/leechcraft-core/leechcraft-core-0.5.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.5.80.ebuild,v 1.2 2012/08/14 21:19:05 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.5.80.ebuild,v 1.3 2012/09/03 12:06:00 pinkbyte Exp $ EAPI="4" @@ -30,7 +30,7 @@ src_configure() { -DWITH_PLUGINS=False ) if [[ ${PV} != 9999 ]]; then - mycmakeargs+= "-DLEECHCRAFT_VERSION=${PV}" + mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} ) fi cmake-utils_src_configure } |