summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-23 01:13:36 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-23 01:13:36 +0000
commitcfa65de019b2332439ef767006e25757ba46a4f0 (patch)
tree2b932e472503e0dfbbf28a7bf3e340db9b3115c0 /kde-base
parentPull in changes from overlay (diff)
downloadgentoo-2-cfa65de019b2332439ef767006e25757ba46a4f0.tar.gz
gentoo-2-cfa65de019b2332439ef767006e25757ba46a4f0.tar.bz2
gentoo-2-cfa65de019b2332439ef767006e25757ba46a4f0.zip
Pull in changes from overlay
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/lilo-config/ChangeLog5
-rw-r--r--kde-base/lilo-config/lilo-config-4.3.4.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index e857d2d4e411..af04a06ba509 100644
--- a/kde-base/lilo-config/ChangeLog
+++ b/kde-base/lilo-config/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/lilo-config
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.97 2009/12/10 23:32:30 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.98 2009/12/23 01:13:36 abcd Exp $
+
+ 23 Dec 2009; Jonathan Callen <abcd@gentoo.org> lilo-config-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
-lilo-config-4.3.1.ebuild:
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
}