diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2012-09-13 20:35:10 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2012-09-13 20:35:10 +0000 |
commit | f71edc34cd12535341d89c59dc4db3856f94ead6 (patch) | |
tree | b5c108cffde6c5edbd95b522db9cd0a7e7f8cb6b /net-fs | |
parent | Add postinst info about suggested optional dependencies wrt to #434388 and #4... (diff) | |
download | gentoo-2-f71edc34cd12535341d89c59dc4db3856f94ead6.tar.gz gentoo-2-f71edc34cd12535341d89c59dc4db3856f94ead6.tar.bz2 gentoo-2-f71edc34cd12535341d89c59dc4db3856f94ead6.zip |
Removed failing epatch command as patch is not necessary for this version.
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/cifs-utils/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/cifs-utils/cifs-utils-5.6.ebuild | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net-fs/cifs-utils/ChangeLog b/net-fs/cifs-utils/ChangeLog index c1c6bb2b6c5d..d7d2a93def06 100644 --- a/net-fs/cifs-utils/ChangeLog +++ b/net-fs/cifs-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/cifs-utils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/cifs-utils/ChangeLog,v 1.32 2012/09/13 18:00:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/cifs-utils/ChangeLog,v 1.33 2012/09/13 20:35:10 polynomial-c Exp $ + + 13 Sep 2012; Lars Wendler <polynomial-c@gentoo.org> cifs-utils-5.6.ebuild: + non-maintainer commit: Removed failing epatch command as patch is not + necessary for this version. *cifs-utils-5.6 (13 Sep 2012) diff --git a/net-fs/cifs-utils/cifs-utils-5.6.ebuild b/net-fs/cifs-utils/cifs-utils-5.6.ebuild index b431e892b4b4..e45ef4482d75 100644 --- a/net-fs/cifs-utils/cifs-utils-5.6.ebuild +++ b/net-fs/cifs-utils/cifs-utils-5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/cifs-utils/cifs-utils-5.6.ebuild,v 1.1 2012/09/13 18:00:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/cifs-utils/cifs-utils-5.6.ebuild,v 1.2 2012/09/13 20:35:10 polynomial-c Exp $ EAPI=4 @@ -42,11 +42,6 @@ pkg_setup() { fi } -src_prepare() { - # bug #424487 - epatch "${FILESDIR}"/${P}-initialize_rc_var_properly.patch -} - src_configure() { econf $(use_enable ads cifsupcall) \ |