diff options
Diffstat (limited to 'sys-apps/dmidecode/dmidecode-2.12-r1.ebuild')
-rw-r--r-- | sys-apps/dmidecode/dmidecode-2.12-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 )" |