diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-11-06 15:19:08 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-11-06 15:19:08 +0000 |
commit | 1152fc3d13201e9c4c4e3019e34f815b4f6a656c (patch) | |
tree | a8a307fd3696c02569c4ecedef5d1c5c28257141 /sys-apps | |
parent | Add systemd to the new udev mask. (diff) | |
download | gentoo-2-1152fc3d13201e9c4c4e3019e34f815b4f6a656c.tar.gz gentoo-2-1152fc3d13201e9c4c4e3019e34f815b4f6a656c.tar.bz2 gentoo-2-1152fc3d13201e9c4c4e3019e34f815b4f6a656c.zip |
Re-introduce keywords to the systemd ebuild as package.mask entry was introduced.
(Portage version: 2.2.0_alpha72_p4/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-37.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index 02c410aa1c35..49b72f6b41fe 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.14 2011/10/16 17:27:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.15 2011/11/06 15:19:08 mgorny Exp $ + + 06 Nov 2011; Michał Górny <mgorny@gentoo.org> systemd-37.ebuild: + Re-introduce keywords to the systemd ebuild as package.mask entry was + introduced. *systemd-37 (16 Oct 2011) diff --git a/sys-apps/systemd/systemd-37.ebuild b/sys-apps/systemd/systemd-37.ebuild index 884767f8c62f..c12f5c62627f 100644 --- a/sys-apps/systemd/systemd-37.ebuild +++ b/sys-apps/systemd/systemd-37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-37.ebuild,v 1.1 2011/10/16 17:27:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-37.ebuild,v 1.2 2011/11/06 15:19:08 mgorny Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="acl audit cryptsetup gtk pam plymouth selinux tcpd" COMMON_DEPEND=">=sys-apps/dbus-1.4.10 |