diff options
author | 2015-05-27 12:12:14 +0000 | |
---|---|---|
committer | 2015-05-27 12:12:14 +0000 | |
commit | ebcdda12c27ccf4d841ce97e134783b1a789dcc6 (patch) | |
tree | 84c3eb373daf6d867887a48e251f9a3b19bf45bf /sys-apps | |
parent | arm stable wrt bug #541526 (diff) | |
download | gentoo-2-ebcdda12c27ccf4d841ce97e134783b1a789dcc6.tar.gz gentoo-2-ebcdda12c27ccf4d841ce97e134783b1a789dcc6.tar.bz2 gentoo-2-ebcdda12c27ccf4d841ce97e134783b1a789dcc6.zip |
arm stable wrt bug #546184
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hwids/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hwids/hwids-20150129.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog index 8e8197be8b35..b0d496b31120 100644 --- a/sys-apps/hwids/ChangeLog +++ b/sys-apps/hwids/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwids # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.168 2015/04/26 07:25:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.169 2015/05/27 12:12:14 zlogene Exp $ + + 27 May 2015; Mikle Kolyada <zlogene@gentoo.org> hwids-20150129.ebuild: + arm stable wrt bug #546184 26 Apr 2015; Jeroen Roovers <jer@gentoo.org> hwids-20150129.ebuild: Stable for PPC64 (bug #546184). diff --git a/sys-apps/hwids/hwids-20150129.ebuild b/sys-apps/hwids/hwids-20150129.ebuild index c028ad15bf73..8d1d08fbe6f8 100644 --- a/sys-apps/hwids/hwids-20150129.ebuild +++ b/sys-apps/hwids/hwids-20150129.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.9 2015/04/26 07:25:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.10 2015/05/27 12:12:14 zlogene Exp $ EAPI=5 inherit udev eutils @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]]; then inherit git-2 else SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" - KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux" fi LICENSE="|| ( GPL-2 BSD ) public-domain" |