diff options
author | 2013-11-01 13:51:03 +0000 | |
---|---|---|
committer | 2013-11-01 13:51:03 +0000 | |
commit | ed83c8bc111e53fbc69ffaa24859b0ea37cb11a8 (patch) | |
tree | 2c3826cb9e87d56b97111262e1ee2b5f7dda201e /sys-apps/fxload | |
parent | Stable for x86, wrt bug #485336 (diff) | |
download | gentoo-2-ed83c8bc111e53fbc69ffaa24859b0ea37cb11a8.tar.gz gentoo-2-ed83c8bc111e53fbc69ffaa24859b0ea37cb11a8.tar.bz2 gentoo-2-ed83c8bc111e53fbc69ffaa24859b0ea37cb11a8.zip |
Stable for x86, wrt bug #488412
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/fxload')
-rw-r--r-- | sys-apps/fxload/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/fxload/fxload-20081013-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/fxload/ChangeLog b/sys-apps/fxload/ChangeLog index 49194d465704..620443aadbdd 100644 --- a/sys-apps/fxload/ChangeLog +++ b/sys-apps/fxload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/fxload # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fxload/ChangeLog,v 1.31 2013/10/24 08:56:05 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fxload/ChangeLog,v 1.32 2013/11/01 13:51:03 ago Exp $ + + 01 Nov 2013; Agostino Sarubbo <ago@gentoo.org> fxload-20081013-r1.ebuild: + Stable for x86, wrt bug #488412 24 Oct 2013; Chema Alonso <nimiux@gentoo.org> fxload-20081013-r1.ebuild: Stable for amd64 wrt bug #488412 diff --git a/sys-apps/fxload/fxload-20081013-r1.ebuild b/sys-apps/fxload/fxload-20081013-r1.ebuild index 175212e8bec2..d332c7ebe28c 100644 --- a/sys-apps/fxload/fxload-20081013-r1.ebuild +++ b/sys-apps/fxload/fxload-20081013-r1.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/sys-apps/fxload/fxload-20081013-r1.ebuild,v 1.3 2013/10/24 08:56:05 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fxload/fxload-20081013-r1.ebuild,v 1.4 2013/11/01 13:51:03 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/linux-hotplug/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" S=${WORKDIR}/${MY_P} |