diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-27 22:42:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-27 22:42:32 +0000 |
commit | 67b0dff54e9688c18f86c6018584a115048f2d8c (patch) | |
tree | 2fc88b818a72d81be7d3476f41987d15c33bd2b8 /sys-process | |
parent | punt 0.7.3, add 0.7.4 fixing nasty UserProfile exception for /etc/portage/pro... (diff) | |
download | gentoo-2-67b0dff54e9688c18f86c6018584a115048f2d8c.tar.gz gentoo-2-67b0dff54e9688c18f86c6018584a115048f2d8c.tar.bz2 gentoo-2-67b0dff54e9688c18f86c6018584a115048f2d8c.zip |
Arm love #388713 by Norman Shulman.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/cronie/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/cronie/cronie-1.4.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/cronie/ChangeLog b/sys-process/cronie/ChangeLog index 1aba4dc52d2e..d0b088663637 100644 --- a/sys-process/cronie/ChangeLog +++ b/sys-process/cronie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/cronie # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.19 2011/08/24 19:25:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.20 2011/10/27 22:42:32 vapier Exp $ + + 27 Oct 2011; Mike Frysinger <vapier@gentoo.org> cronie-1.4.8.ebuild: + Arm love #388713 by Norman Shulman. 24 Aug 2011; Markus Meier <maekke@gentoo.org> cronie-1.4.8.ebuild: x86 stable, bug #380057 diff --git a/sys-process/cronie/cronie-1.4.8.ebuild b/sys-process/cronie/cronie-1.4.8.ebuild index c8567d0f8eeb..7d5c3bf0b483 100644 --- a/sys-process/cronie/cronie-1.4.8.ebuild +++ b/sys-process/cronie/cronie-1.4.8.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-process/cronie/cronie-1.4.8.ebuild,v 1.4 2011/08/24 19:25:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.8.ebuild,v 1.5 2011/10/27 22:42:32 vapier Exp $ EAPI="3" @@ -11,7 +11,7 @@ SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz" HOMEPAGE="https://fedorahosted.org/cronie/wiki" LICENSE="ISC BSD BSD-2" -KEYWORDS="amd64 ~sparc x86" +KEYWORDS="amd64 ~arm ~sparc x86" IUSE="inotify pam" DEPEND="pam? ( virtual/pam )" |