diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-07 09:15:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-07 09:15:38 +0000 |
commit | 633e7394a733ca4e93896ffa9fc1c416c26b765f (patch) | |
tree | ecb2ef883444588f43e5be1a39f65e77c1d39af6 /sys-process/fcron | |
parent | Handle SGML_CATALOG_FILES environment variable containing non-existent catalo... (diff) | |
download | gentoo-2-633e7394a733ca4e93896ffa9fc1c416c26b765f.tar.gz gentoo-2-633e7394a733ca4e93896ffa9fc1c416c26b765f.tar.bz2 gentoo-2-633e7394a733ca4e93896ffa9fc1c416c26b765f.zip |
Change pam dependency on virtual/pam and add ~x86-fbsd keyword as per bug #141116.
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'sys-process/fcron')
-rw-r--r-- | sys-process/fcron/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.0.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index 4e268129b2be..692259522dc9 100644 --- a/sys-process/fcron/ChangeLog +++ b/sys-process/fcron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/fcron # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.18 2006/09/29 19:19:03 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.19 2006/10/07 09:15:38 flameeyes Exp $ + + 07 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> fcron-3.0.1-r2.ebuild: + Change pam dependency on virtual/pam and add ~x86-fbsd keyword as per bug + #141116. 29 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> fcron-3.0.1-r2.ebuild: diff --git a/sys-process/fcron/fcron-3.0.1-r2.ebuild b/sys-process/fcron/fcron-3.0.1-r2.ebuild index 4134696c47eb..5e13c5f8eeda 100644 --- a/sys-process/fcron/fcron-3.0.1-r2.ebuild +++ b/sys-process/fcron/fcron-3.0.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.1-r2.ebuild,v 1.3 2006/09/29 19:19:03 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.1-r2.ebuild,v 1.4 2006/10/07 09:15:38 flameeyes Exp $ inherit cron pam eutils @@ -9,13 +9,13 @@ HOMEPAGE="http://fcron.free.fr/" SRC_URI="http://fcron.free.fr/archives/${P}.src.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~mips ppc sparc ~x86" +KEYWORDS="~amd64 ~hppa ~mips ppc sparc ~x86 ~x86-fbsd" IUSE="debug doc pam selinux" DEPEND="virtual/editor doc? ( >=app-text/docbook-dsssl-stylesheets-1.77 ) selinux? ( sys-libs/libselinux ) - pam? ( >=sys-libs/pam-0.77 )" + pam? ( virtual/pam )" pkg_setup() { # sudo unsets EDITOR |