summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-12-23 01:17:53 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-12-23 01:17:53 +0000
commit45e88c4f17e215d4694f8268781a80f078547548 (patch)
tree6509327e8ac545d45d61a6d3c6404876edd83f70 /kde-base/lilo-config/lilo-config-4.3.4.ebuild
parentMarked ~hppa (bug #297622). (diff)
downloadhistorical-45e88c4f17e215d4694f8268781a80f078547548.tar.gz
historical-45e88c4f17e215d4694f8268781a80f078547548.tar.bz2
historical-45e88c4f17e215d4694f8268781a80f078547548.zip
Pull in changes from overlay
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/lilo-config/lilo-config-4.3.4.ebuild')
-rw-r--r--kde-base/lilo-config/lilo-config-4.3.4.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/kde-base/lilo-config/lilo-config-4.3.4.ebuild b/kde-base/lilo-config/lilo-config-4.3.4.ebuild
index 6d51cb5152e0..be980c3707c1 100644
--- a/kde-base/lilo-config/lilo-config-4.3.4.ebuild
+++ b/kde-base/lilo-config/lilo-config-4.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/lilo-config-4.3.4.ebuild,v 1.1 2009/12/01 11:24:41 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/lilo-config-4.3.4.ebuild,v 1.2 2009/12/23 01:13:36 abcd Exp $
EAPI="2"
@@ -18,8 +18,10 @@ DEPEND="
RDEPEND="${DEPEND}"
src_configure() {
- mycmakeargs="${mycmakeargs}
- -DBUILD_lilo-config=TRUE -DLILO_EXECUTABLE=TRUE"
+ mycmakeargs=(
+ -DBUILD_lilo-config=TRUE
+ -DLILO_EXECUTABLE=TRUE
+ )
kde4-meta_src_configure
}