diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 12:45:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 12:45:22 +0000 |
commit | dc8f5c7729ede922d485174132407ba5f2997769 (patch) | |
tree | 4677ee28209a107265e075659f1475f6c1b8766c /app-misc/nut | |
parent | Stable for ppc, wrt bug #470342 (diff) | |
download | gentoo-2-dc8f5c7729ede922d485174132407ba5f2997769.tar.gz gentoo-2-dc8f5c7729ede922d485174132407ba5f2997769.tar.bz2 gentoo-2-dc8f5c7729ede922d485174132407ba5f2997769.zip |
Stable for ppc, wrt bug #470088
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-misc/nut')
-rw-r--r-- | app-misc/nut/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/nut/nut-18.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/nut/ChangeLog b/app-misc/nut/ChangeLog index e7d8d3756ccd..13310f32dd6a 100644 --- a/app-misc/nut/ChangeLog +++ b/app-misc/nut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/nut # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.63 2013/05/20 08:23:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.64 2013/05/20 12:45:22 ago Exp $ + + 20 May 2013; Agostino Sarubbo <ago@gentoo.org> nut-18.8.ebuild: + Stable for ppc, wrt bug #470088 20 May 2013; Agostino Sarubbo <ago@gentoo.org> nut-18.8.ebuild: Stable for x86, wrt bug #470088 diff --git a/app-misc/nut/nut-18.8.ebuild b/app-misc/nut/nut-18.8.ebuild index 64454f7c833f..ba081e43a4ab 100644 --- a/app-misc/nut/nut-18.8.ebuild +++ b/app-misc/nut/nut-18.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-18.8.ebuild,v 1.3 2013/05/20 08:23:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-18.8.ebuild,v 1.4 2013/05/20 12:45:22 ago Exp $ EAPI=5 inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ppc x86" +KEYWORDS="~alpha amd64 ~arm ppc x86" src_compile() { emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" OPT="${CFLAGS}" FOODDIR=\\\"/usr/share/nut\\\" |