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 | aae22dc89f9a6a51fc8daa557670a23240f7fa56 (patch) | |
tree | 9ca3b3d0913008048913b14ba03a02c2f76456f9 /sys-apps/dmidecode | |
parent | We have no DMI wrt gnome 2.14/hal (diff) | |
download | gentoo-2-aae22dc89f9a6a51fc8daa557670a23240f7fa56.tar.gz gentoo-2-aae22dc89f9a6a51fc8daa557670a23240f7fa56.tar.bz2 gentoo-2-aae22dc89f9a6a51fc8daa557670a23240f7fa56.zip |
-sparc we don't dig dmi
(Portage version: 2.0.54)
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r-- | sys-apps/dmidecode/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.6.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.7.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.8.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/sys-apps/dmidecode/ChangeLog b/sys-apps/dmidecode/ChangeLog index c1c8c81cf0f7..9c08838c5302 100644 --- a/sys-apps/dmidecode/ChangeLog +++ b/sys-apps/dmidecode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/dmidecode # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.7 2006/02/08 23:19:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.8 2006/03/21 20:09:18 gustavoz Exp $ + + 21 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> dmidecode-2.6.ebuild, + dmidecode-2.7.ebuild, dmidecode-2.8.ebuild: + -sparc we don't dig dmi *dmidecode-2.8 (08 Feb 2006) diff --git a/sys-apps/dmidecode/dmidecode-2.6.ebuild b/sys-apps/dmidecode/dmidecode-2.6.ebuild index dea7e8033280..70f56720f3e9 100644 --- a/sys-apps/dmidecode/dmidecode-2.6.ebuild +++ b/sys-apps/dmidecode/dmidecode-2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.6.ebuild,v 1.3 2005/06/17 01:19:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.6.ebuild,v 1.4 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="" diff --git a/sys-apps/dmidecode/dmidecode-2.7.ebuild b/sys-apps/dmidecode/dmidecode-2.7.ebuild index ae73927af2cd..32c7dce1cb07 100644 --- a/sys-apps/dmidecode/dmidecode-2.7.ebuild +++ b/sys-apps/dmidecode/dmidecode-2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.7.ebuild,v 1.1 2005/09/08 23:30:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.7.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="" 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="" |