diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-21 20:09:18 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-21 20:09:18 +0000 |
commit | aa2d5c41ab2fe43f5de10eddef35d52071036ed1 (patch) | |
tree | 0a3e5017d2926d4ac66ba07d6abf9d0a0ab29b83 /sys-apps/dmidecode/dmidecode-2.8.ebuild | |
parent | We have no DMI wrt gnome 2.14/hal (diff) | |
download | historical-aa2d5c41ab2fe43f5de10eddef35d52071036ed1.tar.gz historical-aa2d5c41ab2fe43f5de10eddef35d52071036ed1.tar.bz2 historical-aa2d5c41ab2fe43f5de10eddef35d52071036ed1.zip |
-sparc we don't dig dmi
Package-Manager: portage-2.0.54
Diffstat (limited to 'sys-apps/dmidecode/dmidecode-2.8.ebuild')
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dmidecode/dmidecode-2.8.ebuild b/sys-apps/dmidecode/dmidecode-2.8.ebuild index 9295dd8a0700..8da61a957edb 100644 --- a/sys-apps/dmidecode/dmidecode-2.8.ebuild +++ b/sys-apps/dmidecode/dmidecode-2.8.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/dmidecode/dmidecode-2.8.ebuild,v 1.1 2006/02/08 23:19:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.8.ebuild,v 1.2 2006/03/21 20:09:18 gustavoz Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 -ppc ~x86" +KEYWORDS="~amd64 ~ia64 -ppc -sparc ~x86" IUSE="" DEPEND="" |