diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-06-27 06:38:56 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-06-27 06:38:56 +0000 |
commit | ee44b8240f668879e1a8f3e92c5bf610b63796b0 (patch) | |
tree | 7231ac88a279b13d56c4db4e8599f76658ef0954 /net-dialup | |
parent | Bump (diff) | |
download | gentoo-2-ee44b8240f668879e1a8f3e92c5bf610b63796b0.tar.gz gentoo-2-ee44b8240f668879e1a8f3e92c5bf610b63796b0.tar.bz2 gentoo-2-ee44b8240f668879e1a8f3e92c5bf610b63796b0.zip |
Enable verbose build
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/fcpci/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/fcpci/fcpci-0.1-r3.ebuild | 6 |
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)" } |