diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-01 15:55:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-01 15:55:16 +0000 |
commit | 141a71fa5f1ecb21b872d17f5f898bbbe7ee36fe (patch) | |
tree | f85202fa86a88cd29a44e8aa7499deb3600496fb /sci-misc/boinc | |
parent | Stable on alpha, bug #256163 (diff) | |
download | gentoo-2-141a71fa5f1ecb21b872d17f5f898bbbe7ee36fe.tar.gz gentoo-2-141a71fa5f1ecb21b872d17f5f898bbbe7ee36fe.tar.bz2 gentoo-2-141a71fa5f1ecb21b872d17f5f898bbbe7ee36fe.zip |
Fix bug #249997. Wrong dependency on ca-certificates.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc/boinc')
-rw-r--r-- | sci-misc/boinc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-6.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index e8675279fcd4..2ee7bac5201a 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/boinc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.48 2009/02/01 14:33:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.49 2009/02/01 15:55:16 scarabeus Exp $ + + 01 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> boinc-6.4.5.ebuild: + Fix bug #249997. Wrong dependency on ca-certificates. 01 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> files/boinc.init: Update init script so it works with baselayout1 again. Per bug #257113. diff --git a/sci-misc/boinc/boinc-6.4.5.ebuild b/sci-misc/boinc/boinc-6.4.5.ebuild index c2d4ef07c4b9..567fc0230381 100644 --- a/sci-misc/boinc/boinc-6.4.5.ebuild +++ b/sci-misc/boinc/boinc-6.4.5.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/sci-misc/boinc/boinc-6.4.5.ebuild,v 1.1 2009/01/31 15:19:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.4.5.ebuild,v 1.2 2009/02/01 15:55:16 scarabeus Exp $ # # Don't forget to keep things in sync with binary boinc package! @@ -21,7 +21,7 @@ IUSE="X cuda server" RDEPEND=" !sci-misc/boinc - app-misc/ca-certificates + >=app-misc/ca-certificates-20080809 dev-libs/openssl net-misc/curl sys-apps/util-linux |