diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hwids/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hwids/hwids-20130114.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog index c545fc056f05..d28495a05015 100644 --- a/sys-apps/hwids/ChangeLog +++ b/sys-apps/hwids/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwids # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.72 2013/01/23 14:12:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.73 2013/01/26 11:49:52 ago Exp $ + + 26 Jan 2013; Agostino Sarubbo <ago@gentoo.org> hwids-20130114.ebuild: + Stable for ppc, wrt bug #452554 *hwids-20130123 (23 Jan 2013) diff --git a/sys-apps/hwids/hwids-20130114.ebuild b/sys-apps/hwids/hwids-20130114.ebuild index 66efba46335c..fa1314624508 100644 --- a/sys-apps/hwids/hwids-20130114.ebuild +++ b/sys-apps/hwids/hwids-20130114.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20130114.ebuild,v 1.6 2013/01/21 16:03:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20130114.ebuild,v 1.7 2013/01/26 11:49:52 ago Exp $ EAPI=5 inherit udev eutils @@ -11,7 +11,7 @@ SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz" LICENSE="|| ( GPL-2 BSD ) public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux" IUSE="+udev" DEPEND="udev? ( dev-lang/perl !=sys-fs/udev-196 )" |