diff options
author | 2013-05-19 10:14:59 +0000 | |
---|---|---|
committer | 2013-05-19 10:14:59 +0000 | |
commit | 4a94e304021687c3c4c4d517eb3b610ee9f704d1 (patch) | |
tree | 51648b6cdf44fe64400757d76ba79ffa6730abbc /app-misc | |
parent | Stable for amd64, wrt bug #470470 (diff) | |
download | gentoo-2-4a94e304021687c3c4c4d517eb3b610ee9f704d1.tar.gz gentoo-2-4a94e304021687c3c4c4d517eb3b610ee9f704d1.tar.bz2 gentoo-2-4a94e304021687c3c4c4d517eb3b610ee9f704d1.zip |
Stable for amd64, wrt bug #470088
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-misc')
-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 449dc9161edc..b63838156196 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.61 2013/05/16 05:14:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.62 2013/05/19 10:14:59 ago Exp $ + + 19 May 2013; Agostino Sarubbo <ago@gentoo.org> nut-18.8.ebuild: + Stable for amd64, wrt bug #470088 *nut-18.9 (16 May 2013) diff --git a/app-misc/nut/nut-18.8.ebuild b/app-misc/nut/nut-18.8.ebuild index 79392174f118..d03f82cf78ce 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.1 2013/04/19 03:14:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-18.8.ebuild,v 1.2 2013/05/19 10:14:59 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\\\" |