diff options
-rw-r--r-- | app-misc/nut/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/nut/nut-16.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/nut/ChangeLog b/app-misc/nut/ChangeLog index b183af65969c..1a8056b54736 100644 --- a/app-misc/nut/ChangeLog +++ b/app-misc/nut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/nut -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.28 2011/11/07 17:58:21 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.29 2012/02/05 13:40:06 ranger Exp $ + + 04 Feb 2012; Brent Baude <ranger@gentoo.org> nut-16.9.ebuild: + Marking nut-16.9 ppc for bug 368271 *nut-17.4 (07 Nov 2011) diff --git a/app-misc/nut/nut-16.9.ebuild b/app-misc/nut/nut-16.9.ebuild index 50909c2db4e9..03aa0f790bb2 100644 --- a/app-misc/nut/nut-16.9.ebuild +++ b/app-misc/nut/nut-16.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-16.9.ebuild,v 1.4 2011/05/31 20:50:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-16.9.ebuild,v 1.5 2012/02/05 13:40:06 ranger Exp $ EAPI=2 @@ -12,7 +12,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" IUSE="X" RDEPEND="X? ( x11-libs/fltk:1 )" |