diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2013-10-10 20:42:48 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2013-10-10 20:42:48 +0000 |
commit | e1bc5f2178c67303458b8ca60834f63635e92360 (patch) | |
tree | 4902c50da4fa5ca79dfc455a224d12d9c952dd9b /sys-process | |
parent | Version bump, as requested by Lars Polynomial-C Wendler in bug #486634. Intro... (diff) | |
download | gentoo-2-e1bc5f2178c67303458b8ca60834f63635e92360.tar.gz gentoo-2-e1bc5f2178c67303458b8ca60834f63635e92360.tar.bz2 gentoo-2-e1bc5f2178c67303458b8ca60834f63635e92360.zip |
Marked stable on AMD64 based on arch tester report by MJJoker in bug #480122.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/vixie-cron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-4.1-r13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/vixie-cron/ChangeLog b/sys-process/vixie-cron/ChangeLog index da2d2a69a242..48c695ba8785 100644 --- a/sys-process/vixie-cron/ChangeLog +++ b/sys-process/vixie-cron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/vixie-cron # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.68 2013/10/08 21:18:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.69 2013/10/10 20:42:48 chainsaw Exp $ + + 10 Oct 2013; Tony Vroon <chainsaw@gentoo.org> vixie-cron-4.1-r13.ebuild: + Marked stable on AMD64 based on arch tester report by MJJoker in bug #480122. 08 Oct 2013; Markus Meier <maekke@gentoo.org> vixie-cron-4.1-r13.ebuild: arm stable, bug #480122 diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r13.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r13.ebuild index 1885204972a7..fcde9255ee92 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r13.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r13.ebuild,v 1.3 2013/10/08 21:18:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r13.ebuild,v 1.4 2013/10/10 20:42:48 chainsaw Exp $ inherit cron toolchain-funcs pam eutils flag-o-matic user systemd @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${P}-gentoo-${GENTOO_PATCH_REV}.patch.bz2" LICENSE="ISC BSD-2 BSD" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="selinux pam debug" DEPEND="selinux? ( sys-libs/libselinux ) |