diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-31 07:54:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-31 07:54:26 +0000 |
commit | 94d305ca1fe582c1554cd4a4b050ac235b5bba17 (patch) | |
tree | 56b91b687ea82cf12f792a71a82df6dfca9debf3 /sys-apps | |
parent | Stable for ppc64, wrt bug #534644 (diff) | |
download | gentoo-2-94d305ca1fe582c1554cd4a4b050ac235b5bba17.tar.gz gentoo-2-94d305ca1fe582c1554cd4a4b050ac235b5bba17.tar.bz2 gentoo-2-94d305ca1fe582c1554cd4a4b050ac235b5bba17.zip |
Stable for ppc64, wrt bug #530282
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dmidecode/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.12-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dmidecode/ChangeLog b/sys-apps/dmidecode/ChangeLog index 1a1452628e6c..11dff3717977 100644 --- a/sys-apps/dmidecode/ChangeLog +++ b/sys-apps/dmidecode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dmidecode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.50 2015/03/28 21:24:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.51 2015/03/31 07:54:26 ago Exp $ + + 31 Mar 2015; Agostino Sarubbo <ago@gentoo.org> dmidecode-2.12-r1.ebuild: + Stable for ppc64, wrt bug #530282 28 Mar 2015; Agostino Sarubbo <ago@gentoo.org> dmidecode-2.12-r1.ebuild: Stable for ppc, wrt bug #530282 diff --git a/sys-apps/dmidecode/dmidecode-2.12-r1.ebuild b/sys-apps/dmidecode/dmidecode-2.12-r1.ebuild index 76f63d1eb247..76e1a31b8156 100644 --- a/sys-apps/dmidecode/dmidecode-2.12-r1.ebuild +++ b/sys-apps/dmidecode/dmidecode-2.12-r1.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/dmidecode/dmidecode-2.12-r1.ebuild,v 1.6 2015/03/28 21:24:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.12-r1.ebuild,v 1.7 2015/03/31 07:54:26 ago Exp $ EAPI="4" @@ -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" RDEPEND="selinux? ( sec-policy/selinux-dmidecode )" |