diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:07:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:07:33 +0000 |
commit | 56c941a327fdb95bd8f9e9f3f49a336305b40431 (patch) | |
tree | 7e2b13e10ee67d93462dc4d45a048e88cf829048 /sys-process/bcron | |
parent | Remove virtual/libc (diff) | |
download | historical-56c941a327fdb95bd8f9e9f3f49a336305b40431.tar.gz historical-56c941a327fdb95bd8f9e9f3f49a336305b40431.tar.bz2 historical-56c941a327fdb95bd8f9e9f3f49a336305b40431.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sys-process/bcron')
-rw-r--r-- | sys-process/bcron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/bcron/bcron-0.09.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-process/bcron/ChangeLog b/sys-process/bcron/ChangeLog index cd157b96564b..035e55cef070 100644 --- a/sys-process/bcron/ChangeLog +++ b/sys-process/bcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/bcron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/ChangeLog,v 1.12 2009/07/20 12:53:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/ChangeLog,v 1.13 2009/09/23 21:06:51 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> bcron-0.09.ebuild: + Remove virtual/libc 20 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> bcron-0.09.ebuild: Use emake -j1 and list the bug for the parallel build failure. diff --git a/sys-process/bcron/bcron-0.09.ebuild b/sys-process/bcron/bcron-0.09.ebuild index 23a7acdc0482..1554335230d5 100644 --- a/sys-process/bcron/bcron-0.09.ebuild +++ b/sys-process/bcron/bcron-0.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/bcron-0.09.ebuild,v 1.10 2009/07/20 12:53:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/bcron/bcron-0.09.ebuild,v 1.11 2009/09/23 21:06:51 patrick Exp $ CRON_SYSTEM_CRONTAB="yes" @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="virtual/libc - >=dev-libs/bglibs-1.031" +DEPEND=">=dev-libs/bglibs-1.031" RDEPEND="!virtual/cron >=sys-process/cronbase-0.3.2 virtual/mta |