diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-08-22 17:08:20 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-08-22 17:08:20 +0000 |
commit | eab8fd0d6f34061c6fb4044a556167d3938a1223 (patch) | |
tree | 5468e90e5ae93e87865827b73dfde6e588b7087f /sys-apps/irqbalance | |
parent | Version bump (#144690) (diff) | |
download | gentoo-2-eab8fd0d6f34061c6fb4044a556167d3938a1223.tar.gz gentoo-2-eab8fd0d6f34061c6fb4044a556167d3938a1223.tar.bz2 gentoo-2-eab8fd0d6f34061c6fb4044a556167d3938a1223.zip |
drop the amd64 keywords. from uberlords response, it's only useful for 2.4. see bug 144748
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'sys-apps/irqbalance')
-rw-r--r-- | sys-apps/irqbalance/ChangeLog | 7 | ||||
-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, 10 insertions, 5 deletions
diff --git a/sys-apps/irqbalance/ChangeLog b/sys-apps/irqbalance/ChangeLog index 8c2b17f1321b..e4a003b9fbbf 100644 --- a/sys-apps/irqbalance/ChangeLog +++ b/sys-apps/irqbalance/ChangeLog @@ -1,6 +1,11 @@ # 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.8 2006/08/22 15:03:47 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.9 2006/08/22 17:08:20 blubb Exp $ + + 22 Aug 2006; <blubb@gentoo.org> irqbalance-0.08-r1.ebuild, + irqbalance-0.12-r1.ebuild: + drop the amd64 keywords. from uberlords response, it's only useful for 2.4. + see bug 144748 *irqbalance-0.12-r1 (22 Aug 2006) *irqbalance-0.08-r1 (22 Aug 2006) diff --git a/sys-apps/irqbalance/irqbalance-0.08-r1.ebuild b/sys-apps/irqbalance/irqbalance-0.08-r1.ebuild index 57aa21096f81..1eceaef30cc3 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.1 2006/08/22 15:03:47 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.08-r1.ebuild,v 1.2 2006/08/22 17:08:20 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="x86 amd64" +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 ea74098dcffc..8a15885c5013 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.1 2006/08/22 15:03:47 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.12-r1.ebuild,v 1.2 2006/08/22 17:08:20 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 ~ppc" +KEYWORDS="-amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/libc" |