diff options
author | 2013-01-16 15:15:44 +0000 | |
---|---|---|
committer | 2013-01-16 15:15:44 +0000 | |
commit | 4176ef20c42532b9ce478fe007c2358c90dae40f (patch) | |
tree | 4c572f26370755ac48656bba4d6d520cf4dff9aa /sys-apps/dmidecode | |
parent | Stable for ppc, wrt bug #441966 (diff) | |
download | gentoo-2-4176ef20c42532b9ce478fe007c2358c90dae40f.tar.gz gentoo-2-4176ef20c42532b9ce478fe007c2358c90dae40f.tar.bz2 gentoo-2-4176ef20c42532b9ce478fe007c2358c90dae40f.zip |
Stable for ppc, wrt bug #373237
(Portage version: 2.1.11.31/cvs/Linux ppc64, 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 3c646397c308..5f5d47c0efcf 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.37 2013/01/16 11:23:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.38 2013/01/16 15:15:44 ago Exp $ + + 16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> dmidecode-2.11.ebuild: + Stable for ppc, wrt bug #373237 16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> dmidecode-2.11.ebuild: Stable for amd64, wrt bug #373237 diff --git a/sys-apps/dmidecode/dmidecode-2.11.ebuild b/sys-apps/dmidecode/dmidecode-2.11.ebuild index 9ee70e5be127..71875e6c4afb 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.9 2013/01/16 11:23:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.11.ebuild,v 1.10 2013/01/16 15:15:44 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 )" |