diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-10-04 15:24:52 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-10-04 15:24:52 +0000 |
commit | 823b2495027f23f92fb93edbd6c3127527b495a7 (patch) | |
tree | 3aa9ede084809b9c8282ce67336548e944407785 /sys-apps/irqbalance | |
parent | stable on amd64 (diff) | |
download | gentoo-2-823b2495027f23f92fb93edbd6c3127527b495a7.tar.gz gentoo-2-823b2495027f23f92fb93edbd6c3127527b495a7.tar.bz2 gentoo-2-823b2495027f23f92fb93edbd6c3127527b495a7.zip |
revert the -amd64 again per comment 10 of bug 144748 and mark it stable instead
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'sys-apps/irqbalance')
-rw-r--r-- | sys-apps/irqbalance/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/irqbalance/irqbalance-0.08-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/irqbalance/irqbalance-0.12-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/irqbalance/ChangeLog b/sys-apps/irqbalance/ChangeLog index 0740f1849e8f..e25ffc877d2e 100644 --- a/sys-apps/irqbalance/ChangeLog +++ b/sys-apps/irqbalance/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/irqbalance # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.11 2006/09/28 04:53:28 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.12 2006/10/04 15:24:52 blubb Exp $ + + 04 Oct 2006; Simon Stelling <blubb@gentoo.org> irqbalance-0.08-r1.ebuild, + irqbalance-0.12-r1.ebuild: + revert the -amd64 again per comment 10 of bug 144748 and mark it stable instead 28 Sep 2006; Joshua Jackson <tsunam@gentoo.org> irqbalance-0.12-r1.ebuild: Stable x86; bug #144748 diff --git a/sys-apps/irqbalance/irqbalance-0.08-r1.ebuild b/sys-apps/irqbalance/irqbalance-0.08-r1.ebuild index 1eceaef30cc3..528c5e2bb154 100644 --- a/sys-apps/irqbalance/irqbalance-0.08-r1.ebuild +++ b/sys-apps/irqbalance/irqbalance-0.08-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.08-r1.ebuild,v 1.2 2006/08/22 17:08:20 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.08-r1.ebuild,v 1.3 2006/10/04 15:24:52 blubb Exp $ DESCRIPTION="Distribute hardware interrupts across processors on a multiprocessor system" HOMEPAGE="http://people.redhat.com/arjanv/irqbalance/" @@ -8,7 +8,7 @@ SRC_URI="http://people.redhat.com/arjanv/irqbalance/${P}.tar.gz" LICENSE="OSL-1.1" SLOT="0" -KEYWORDS="-amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="virtual/libc" diff --git a/sys-apps/irqbalance/irqbalance-0.12-r1.ebuild b/sys-apps/irqbalance/irqbalance-0.12-r1.ebuild index 44ed85566ba2..4fb3ea0eae84 100644 --- a/sys-apps/irqbalance/irqbalance-0.12-r1.ebuild +++ b/sys-apps/irqbalance/irqbalance-0.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.12-r1.ebuild,v 1.4 2006/09/28 04:53:28 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.12-r1.ebuild,v 1.5 2006/10/04 15:24:52 blubb Exp $ DESCRIPTION="Distribute hardware interrupts across processors on a multiprocessor system" HOMEPAGE="http://people.redhat.com/arjanv/irqbalance/" @@ -8,7 +8,7 @@ SRC_URI="http://people.redhat.com/arjanv/irqbalance/${P}.tar.gz" LICENSE="OSL-1.1" SLOT="0" -KEYWORDS="-amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="virtual/libc" |