diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-09-08 14:24:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-09-08 14:24:03 +0000 |
commit | 6efa81ce9c5ebc4d8d3f7209d29ab3a714f5e7dc (patch) | |
tree | 390cc297d05b4826962db7eb93469fa90c44c54d /sys-process | |
parent | Update dependency on app-misc/editor-wrapper. (diff) | |
download | gentoo-2-6efa81ce9c5ebc4d8d3f7209d29ab3a714f5e7dc.tar.gz gentoo-2-6efa81ce9c5ebc4d8d3f7209d29ab3a714f5e7dc.tar.bz2 gentoo-2-6efa81ce9c5ebc4d8d3f7209d29ab3a714f5e7dc.zip |
Update dependency on app-misc/editor-wrapper.
(Portage version: 2.1.10.14/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/fcron/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.0.5-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.0.6-r1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index 74ad6507e53f..f95e0ba8bee4 100644 --- a/sys-process/fcron/ChangeLog +++ b/sys-process/fcron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/fcron # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.90 2011/08/11 10:57:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.91 2011/09/08 14:24:03 ulm Exp $ + + 08 Sep 2011; Ulrich Mueller <ulm@gentoo.org> fcron-3.0.5-r2.ebuild, + fcron-3.0.6-r1.ebuild: + Update dependency on app-misc/editor-wrapper. 11 Aug 2011; Ulrich Mueller <ulm@gentoo.org> fcron-3.0.5-r2.ebuild, fcron-3.0.6-r1.ebuild, fcron-3.0.6-r2.ebuild: diff --git a/sys-process/fcron/fcron-3.0.5-r2.ebuild b/sys-process/fcron/fcron-3.0.5-r2.ebuild index ee60a1fc63ff..7acb133e4dca 100644 --- a/sys-process/fcron/fcron-3.0.5-r2.ebuild +++ b/sys-process/fcron/fcron-3.0.5-r2.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/fcron/fcron-3.0.5-r2.ebuild,v 1.8 2011/08/11 10:57:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.5-r2.ebuild,v 1.9 2011/09/08 14:24:03 ulm Exp $ inherit cron pam eutils @@ -19,7 +19,7 @@ DEPEND="selinux? ( sys-libs/libselinux ) # see bug 282214 for the reason to depend on bash RDEPEND="${DEPEND} app-shells/bash - app-misc/editor-wrapper + >=app-misc/editor-wrapper-3 pam? ( >=sys-auth/pambase-20100310 )" S="${WORKDIR}/${MY_P}" @@ -74,7 +74,7 @@ src_compile() { --with-fifodir=/var/run \ --with-fcrondyn=yes \ --disable-checks \ - --with-editor=/usr/libexec/gentoo-editor \ + --with-editor=/usr/libexec/editor \ --with-sendmail=/usr/sbin/sendmail \ --with-shell=/bin/sh \ --without-db2man --without-dsssl-dir \ diff --git a/sys-process/fcron/fcron-3.0.6-r1.ebuild b/sys-process/fcron/fcron-3.0.6-r1.ebuild index 7414a5417109..1140d84a0054 100644 --- a/sys-process/fcron/fcron-3.0.6-r1.ebuild +++ b/sys-process/fcron/fcron-3.0.6-r1.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/fcron/fcron-3.0.6-r1.ebuild,v 1.8 2011/08/11 10:57:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.6-r1.ebuild,v 1.9 2011/09/08 14:24:03 ulm Exp $ inherit cron pam eutils @@ -19,7 +19,7 @@ DEPEND="selinux? ( sys-libs/libselinux ) # see bug 282214 for the reason to depend on bash RDEPEND="${DEPEND} app-shells/bash - app-misc/editor-wrapper + >=app-misc/editor-wrapper-3 pam? ( >=sys-auth/pambase-20100310 )" S="${WORKDIR}/${MY_P}" @@ -64,7 +64,7 @@ src_compile() { --with-fifodir=/var/run \ --with-fcrondyn=yes \ --disable-checks \ - --with-editor=/usr/libexec/gentoo-editor \ + --with-editor=/usr/libexec/editor \ --with-sendmail=/usr/sbin/sendmail \ --with-shell=/bin/sh \ --without-db2man --without-dsssl-dir \ |