summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-10-16 17:57:07 +0000
committerMike Frysinger <vapier@gentoo.org>2014-10-16 17:57:07 +0000
commit0f03fc229365e2c6a1978444dc512105d8368b90 (patch)
treecdca5289c18acbf41fa560f3377316d56cfae167 /sys-apps
parentFix from Chromium OS for handling of large certificates. (diff)
downloadgentoo-2-0f03fc229365e2c6a1978444dc512105d8368b90.tar.gz
gentoo-2-0f03fc229365e2c6a1978444dc512105d8368b90.tar.bz2
gentoo-2-0f03fc229365e2c6a1978444dc512105d8368b90.zip
Mark arm/arm64/ia64/m68k/s390/sh stable.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hwids/ChangeLog5
-rw-r--r--sys-apps/hwids/hwids-20141010.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog
index 82299ede0565..c69484b6143d 100644
--- a/sys-apps/hwids/ChangeLog
+++ b/sys-apps/hwids/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/hwids
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.151 2014/10/12 08:49:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.152 2014/10/16 17:57:07 vapier Exp $
+
+ 16 Oct 2014; Mike Frysinger <vapier@gentoo.org> hwids-20141010.ebuild:
+ Mark arm/arm64/ia64/m68k/s390/sh stable.
12 Oct 2014; Agostino Sarubbo <ago@gentoo.org> hwids-20141010.ebuild:
Stable for x86, wrt bug #524976
diff --git a/sys-apps/hwids/hwids-20141010.ebuild b/sys-apps/hwids/hwids-20141010.ebuild
index 58d7d244c91e..6771534e0c1c 100644
--- a/sys-apps/hwids/hwids-20141010.ebuild
+++ b/sys-apps/hwids/hwids-20141010.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20141010.ebuild,v 1.4 2014/10/12 08:49:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20141010.ebuild,v 1.5 2014/10/16 17:57:07 vapier 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"