diff options
author | 2014-10-19 04:49:06 +0000 | |
---|---|---|
committer | 2014-10-19 04:49:06 +0000 | |
commit | bc62cd651fe02a31b3276ec16f1ecd707af441a7 (patch) | |
tree | b45e53b81fa8caf329c72598215e9d1b9c2f7ff2 /sys-apps/hwids | |
parent | Move from "luksOpen" to "open" since they are the same and the former is depr... (diff) | |
download | gentoo-2-bc62cd651fe02a31b3276ec16f1ecd707af441a7.tar.gz gentoo-2-bc62cd651fe02a31b3276ec16f1ecd707af441a7.tar.bz2 gentoo-2-bc62cd651fe02a31b3276ec16f1ecd707af441a7.zip |
Mark alpha/ppc64/sparc stable #524976.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps/hwids')
-rw-r--r-- | sys-apps/hwids/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hwids/hwids-20141010.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hwids/ChangeLog b/sys-apps/hwids/ChangeLog index cb497d2b5e82..dc12e95c1388 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.153 2014/10/18 14:23:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.154 2014/10/19 04:49:06 vapier Exp $ + + 19 Oct 2014; Mike Frysinger <vapier@gentoo.org> hwids-20141010.ebuild: + Mark alpha/ppc64/sparc stable #524976. 18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> hwids-20141010.ebuild: Stable for ppc, wrt bug #524976 diff --git a/sys-apps/hwids/hwids-20141010.ebuild b/sys-apps/hwids/hwids-20141010.ebuild index 97c8445be902..044f68480a30 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.6 2014/10/18 14:23:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20141010.ebuild,v 1.7 2014/10/19 04:49:06 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" |