diff options
author | 2013-01-21 15:22:11 +0000 | |
---|---|---|
committer | 2013-01-21 15:22:11 +0000 | |
commit | f1c21d3e1c5425ca2118a73a30666cbb723d4a3e (patch) | |
tree | 556ddb67ace0a5b0566441e765e96eafd8fef432 /sys-apps/dmidecode | |
parent | Stable for ia64, wrt bug #452596 (diff) | |
download | gentoo-2-f1c21d3e1c5425ca2118a73a30666cbb723d4a3e.tar.gz gentoo-2-f1c21d3e1c5425ca2118a73a30666cbb723d4a3e.tar.bz2 gentoo-2-f1c21d3e1c5425ca2118a73a30666cbb723d4a3e.zip |
Stable for ia64, wrt bug #373237
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r-- | sys-apps/dmidecode/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dmidecode/ChangeLog b/sys-apps/dmidecode/ChangeLog index 43aef3e9a4ec..65f9b50ffb52 100644 --- a/sys-apps/dmidecode/ChangeLog +++ b/sys-apps/dmidecode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dmidecode # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.40 2013/01/20 13:18:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.41 2013/01/21 15:22:11 ago Exp $ + + 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> dmidecode-2.11.ebuild: + Stable for ia64, wrt bug #373237 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> dmidecode-2.11.ebuild: Stable for arm, wrt bug #373237 diff --git a/sys-apps/dmidecode/dmidecode-2.11.ebuild b/sys-apps/dmidecode/dmidecode-2.11.ebuild index ee20c7c3c6d9..d931e96de905 100644 --- a/sys-apps/dmidecode/dmidecode-2.11.ebuild +++ b/sys-apps/dmidecode/dmidecode-2.11.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/dmidecode/dmidecode-2.11.ebuild,v 1.12 2013/01/20 13:18:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild,v 1.13 2013/01/21 15:22:11 ago Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* amd64 arm ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris" +KEYWORDS="-* amd64 arm ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-solaris" IUSE="selinux" DEPEND="selinux? ( sec-policy/selinux-dmidecode )" |