summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/fcpci/ChangeLog7
-rw-r--r--net-dialup/fcpci/fcpci-0.1-r3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dialup/fcpci/ChangeLog b/net-dialup/fcpci/ChangeLog
index 38be2198f40b..44682ddd270d 100644
--- a/net-dialup/fcpci/ChangeLog
+++ b/net-dialup/fcpci/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/fcpci
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.26 2013/07/24 15:13:41 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.27 2014/06/27 06:38:56 pinkbyte Exp $
+
+ 27 Jun 2014; Sergey Popov <pinkbyte@gentoo.org> fcpci-0.1-r3.ebuild:
+ Enable verbose build
*fcpci-0.1-r3 (24 Jul 2013)
diff --git a/net-dialup/fcpci/fcpci-0.1-r3.ebuild b/net-dialup/fcpci/fcpci-0.1-r3.ebuild
index daa2587fe1ac..3d06a270ade0 100644
--- a/net-dialup/fcpci/fcpci-0.1-r3.ebuild
+++ b/net-dialup/fcpci/fcpci-0.1-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r3.ebuild,v 1.1 2013/07/24 15:13:41 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r3.ebuild,v 1.2 2014/06/27 06:38:56 pinkbyte Exp $
EAPI=5
@@ -30,7 +30,7 @@ pkg_setup() {
fi
BUILD_TARGETS="all"
- BUILD_PARAMS="KDIR=${KV_DIR} LIBDIR=${S}/src"
+ BUILD_PARAMS="KDIR=${KV_DIR} LIBDIR=${S}/src V=1"
MODULE_NAMES="${PN}(net:${S}/src)"
}