diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-26 21:14:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-26 21:14:15 +0000 |
commit | 4a580fbf7c8ebb6daafc146f5790538feb891378 (patch) | |
tree | 7879a4bc359cf1492344c78588eec25a07866d86 /sys-apps/hwids | |
parent | Use QA_PREBUILT Bug #432088 (diff) | |
download | gentoo-2-4a580fbf7c8ebb6daafc146f5790538feb891378.tar.gz gentoo-2-4a580fbf7c8ebb6daafc146f5790538feb891378.tar.bz2 gentoo-2-4a580fbf7c8ebb6daafc146f5790538feb891378.zip |
alpha/m68k/s390/sh stable wrt #452554. this is non-arch specific so stabilizing these rest is just saving time for minor archs
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-apps/hwids')
-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 e535f8f1c93a..13d356fc16a2 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.74 2013/01/26 13:15:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.75 2013/01/26 21:14:15 ssuominen Exp $ + + 26 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> hwids-20130114.ebuild: + alpha/m68k/s390/sh stable wrt #452554 26 Jan 2013; Agostino Sarubbo <ago@gentoo.org> hwids-20130114.ebuild: Stable for ppc64, wrt bug #452554 diff --git a/sys-apps/hwids/hwids-20130114.ebuild b/sys-apps/hwids/hwids-20130114.ebuild index 9ecdd3e2c956..8cde820f9f87 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.8 2013/01/26 13:15:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20130114.ebuild,v 1.9 2013/01/26 21:14:15 ssuominen 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 )" |