diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-26 20:53:44 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-26 20:53:44 +0000 |
commit | 36e14a530317c1ea1a99f5753e6085188ea10a2c (patch) | |
tree | 0b670d955d983162db98ca8f83aaa8bdabfcd08f /sys-apps/hwinfo | |
parent | Stable on amd64 wrt bug #342753 (diff) | |
download | gentoo-2-36e14a530317c1ea1a99f5753e6085188ea10a2c.tar.gz gentoo-2-36e14a530317c1ea1a99f5753e6085188ea10a2c.tar.bz2 gentoo-2-36e14a530317c1ea1a99f5753e6085188ea10a2c.zip |
Stable on amd64 wrt bug #342753
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/hwinfo')
-rw-r--r-- | sys-apps/hwinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hwinfo/hwinfo-18.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hwinfo/ChangeLog b/sys-apps/hwinfo/ChangeLog index 6859b728939e..eff40e23fd67 100644 --- a/sys-apps/hwinfo/ChangeLog +++ b/sys-apps/hwinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwinfo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.16 2010/09/30 22:48:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.17 2010/10/26 20:53:44 hwoarang Exp $ + + 26 Oct 2010; Markos Chandras <hwoarang@gentoo.org> hwinfo-18.1.ebuild: + Stable on amd64 wrt bug #342753 *hwinfo-18.1 (30 Sep 2010) diff --git a/sys-apps/hwinfo/hwinfo-18.1.ebuild b/sys-apps/hwinfo/hwinfo-18.1.ebuild index c914436f0808..3763381ce0be 100644 --- a/sys-apps/hwinfo/hwinfo-18.1.ebuild +++ b/sys-apps/hwinfo/hwinfo-18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.4 2010/10/01 10:15:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.5 2010/10/26 20:53:44 hwoarang Exp $ EAPI=2 inherit multilib rpm toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-1.9. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" RDEPEND="dev-libs/libx86emu" |