diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-25 16:40:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-25 16:40:44 +0000 |
commit | a6e1590ff7b1d7a0949a50268e599d47789e01ac (patch) | |
tree | e251b65a13fd7eb0383fe69882c001e99f9ad776 /sys-apps/dmidecode | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-a6e1590ff7b1d7a0949a50268e599d47789e01ac.tar.gz gentoo-2-a6e1590ff7b1d7a0949a50268e599d47789e01ac.tar.bz2 gentoo-2-a6e1590ff7b1d7a0949a50268e599d47789e01ac.zip |
Stable for amd64, wrt bug #530282
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r-- | sys-apps/dmidecode/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.12-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/dmidecode/ChangeLog b/sys-apps/dmidecode/ChangeLog index c6a8ba6c81fb..350c88f02076 100644 --- a/sys-apps/dmidecode/ChangeLog +++ b/sys-apps/dmidecode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dmidecode -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.46 2014/11/02 09:44:50 swift Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/ChangeLog,v 1.47 2015/03/25 16:40:44 ago Exp $ + + 25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> dmidecode-2.12-r1.ebuild: + Stable for amd64, wrt bug #530282 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> dmidecode-2.11.ebuild, dmidecode-2.12-r1.ebuild, dmidecode-2.12.ebuild: diff --git a/sys-apps/dmidecode/dmidecode-2.12-r1.ebuild b/sys-apps/dmidecode/dmidecode-2.12-r1.ebuild index cc0e2951f5cd..b7a556551d27 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-2014 Gentoo Foundation +# 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.2 2014/11/02 09:44:50 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.12-r1.ebuild,v 1.3 2015/03/25 16:40:44 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 )" |