diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 11:01:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 11:01:46 +0000 |
commit | 0a92c59d67d825a25bd8641ceefe5dd9fa04bb19 (patch) | |
tree | 9784ac38f2b564a3a2049d9353910d46628e219a /sys-apps/hwids | |
parent | Stable for ia64, wrt bug #545204 (diff) | |
download | gentoo-2-0a92c59d67d825a25bd8641ceefe5dd9fa04bb19.tar.gz gentoo-2-0a92c59d67d825a25bd8641ceefe5dd9fa04bb19.tar.bz2 gentoo-2-0a92c59d67d825a25bd8641ceefe5dd9fa04bb19.zip |
Stable for ia64, wrt bug #546184
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/hwids')
-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 1ebd0c3d5193..068fe2b2aa5a 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.161 2015/04/14 05:01:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.162 2015/04/14 11:01:46 ago Exp $ + + 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> hwids-20150129.ebuild: + Stable for ia64, wrt bug #546184 14 Apr 2015; Jeroen Roovers <jer@gentoo.org> hwids-20150129.ebuild: Stable for HPPA (bug #546184). diff --git a/sys-apps/hwids/hwids-20150129.ebuild b/sys-apps/hwids/hwids-20150129.ebuild index 40fd65d98bc5..51d736eac3a4 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.4 2015/04/14 05:01:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.5 2015/04/14 11:01:46 ago 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" |