diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-22 17:33:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-22 17:33:49 +0000 |
commit | e4cedb2e440ab30814fda3ddb7a1cca89029d403 (patch) | |
tree | 9b60215b2a285dbc7ed2d8ecc57cb4c98e0ec2ee /sys-apps/dmidecode | |
parent | Stable for x86, wrt bug #450928 (diff) | |
download | gentoo-2-e4cedb2e440ab30814fda3ddb7a1cca89029d403.tar.gz gentoo-2-e4cedb2e440ab30814fda3ddb7a1cca89029d403.tar.bz2 gentoo-2-e4cedb2e440ab30814fda3ddb7a1cca89029d403.zip |
Stable for x86, wrt bug #373237
(Portage version: 2.1.11.31/cvs/Linux x86_64, 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 15d4a3d7b2be..8419a83a9b33 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.42 2013/01/21 16:25:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.43 2013/01/22 17:33:49 ago Exp $ + + 22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> dmidecode-2.11.ebuild: + Stable for x86, wrt bug #373237 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> dmidecode-2.11.ebuild: Stable for sparc, wrt bug #373237 diff --git a/sys-apps/dmidecode/dmidecode-2.11.ebuild b/sys-apps/dmidecode/dmidecode-2.11.ebuild index ee95c9e101b8..f94929401310 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.14 2013/01/21 16:25:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild,v 1.15 2013/01/22 17:33:49 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 )" |