diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-02-23 17:30:54 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-02-23 17:30:54 +0000 |
commit | 00ea57253fa6b9e23754f37508c099e70f5fe79c (patch) | |
tree | 5c2ca37e059e683648c41aa92644ece96d057f06 /sys-apps/hwinfo | |
parent | remove unused license (diff) | |
download | gentoo-2-00ea57253fa6b9e23754f37508c099e70f5fe79c.tar.gz gentoo-2-00ea57253fa6b9e23754f37508c099e70f5fe79c.tar.bz2 gentoo-2-00ea57253fa6b9e23754f37508c099e70f5fe79c.zip |
Stable on amd64 wrt bug #305499
(Portage version: 2.2_rc63/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-16.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hwinfo/ChangeLog b/sys-apps/hwinfo/ChangeLog index cdb57af1927a..35c7b3baa1e8 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.13 2010/02/22 17:22:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.14 2010/02/23 17:30:54 hwoarang Exp $ + + 23 Feb 2010; Markos Chandras <hwoarang@gentoo.org> hwinfo-16.0.ebuild: + Stable on amd64 wrt bug #305499 22 Feb 2010; Joseph Jezak <josejx@gentoo.org> hwinfo-16.0.ebuild: Marked ppc stable for bug #305499. diff --git a/sys-apps/hwinfo/hwinfo-16.0.ebuild b/sys-apps/hwinfo/hwinfo-16.0.ebuild index 3c31e491c39e..691e41db4eb8 100644 --- a/sys-apps/hwinfo/hwinfo-16.0.ebuild +++ b/sys-apps/hwinfo/hwinfo-16.0.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-16.0.ebuild,v 1.3 2010/02/22 17:22:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-16.0.ebuild,v 1.4 2010/02/23 17:30:54 hwoarang Exp $ EAPI=2 inherit eutils @@ -13,7 +13,7 @@ SRC_URI="${DEBIAN_BASE_URI}/${PN}_${PV}.orig.tar.gz ${DEBIAN_BASE_URI}/${PN}_${PV}-${DEBIAN_PV}.diff.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND=">=sys-fs/sysfsutils-2 sys-apps/hal |