diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-17 17:34:46 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-17 17:34:46 +0000 |
commit | 28aedafb0ce0a7cf820c195d0e68b981cfaf3504 (patch) | |
tree | 708f70f9d517489cd67edf392bfc3a5051776673 /sys-apps/dmidecode | |
parent | Masking planeshift, first step in cleaning up crystalspace, cel, and cal3d li... (diff) | |
download | gentoo-2-28aedafb0ce0a7cf820c195d0e68b981cfaf3504.tar.gz gentoo-2-28aedafb0ce0a7cf820c195d0e68b981cfaf3504.tar.bz2 gentoo-2-28aedafb0ce0a7cf820c195d0e68b981cfaf3504.zip |
Marked stable on amd64 for bug #139612
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r-- | sys-apps/dmidecode/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dmidecode/ChangeLog b/sys-apps/dmidecode/ChangeLog index 58d1dc5ab856..7f6a2d42b1f0 100644 --- a/sys-apps/dmidecode/ChangeLog +++ b/sys-apps/dmidecode/ChangeLog @@ -1,6 +1,9 @@ # 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.13 2006/07/12 17:35:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.14 2006/07/17 17:34:46 dang Exp $ + + 17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> dmidecode-2.8.ebuild: + Marked stable on amd64 for bug #139612 12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> dmidecode-2.8.ebuild: Stable on x86 wrt bug #139612. diff --git a/sys-apps/dmidecode/dmidecode-2.8.ebuild b/sys-apps/dmidecode/dmidecode-2.8.ebuild index 34d891a0fd0d..7f153a341af7 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.7 2006/07/12 17:35:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.8.ebuild,v 1.8 2006/07/17 17:34:46 dang 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 x86" +KEYWORDS="-* amd64 ~ia64 x86" IUSE="" DEPEND="" |