diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2013-04-04 09:54:36 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2013-04-04 09:54:36 +0000 |
commit | ef66777bf0a48747c84802fc131a11afa7e31bc7 (patch) | |
tree | 68a2384f4cff22791895542c93da8763f95aeae6 /sys-cluster/ceph/ceph-9999.ebuild | |
parent | apply ffmpeg-1 compat patch in 0.1.2 too... (diff) | |
download | gentoo-2-ef66777bf0a48747c84802fc131a11afa7e31bc7.tar.gz gentoo-2-ef66777bf0a48747c84802fc131a11afa7e31bc7.tar.bz2 gentoo-2-ef66777bf0a48747c84802fc131a11afa7e31bc7.zip |
Drop unneded line
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
Diffstat (limited to 'sys-cluster/ceph/ceph-9999.ebuild')
-rw-r--r-- | sys-cluster/ceph/ceph-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-cluster/ceph/ceph-9999.ebuild b/sys-cluster/ceph/ceph-9999.ebuild index 80140ad34f35..17bd3337ca08 100644 --- a/sys-cluster/ceph/ceph-9999.ebuild +++ b/sys-cluster/ceph/ceph-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-9999.ebuild,v 1.2 2013/03/11 16:50:57 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-9999.ebuild,v 1.3 2013/04/04 09:54:36 alexxy Exp $ EAPI=5 @@ -61,7 +61,6 @@ src_prepare() { sed -e '/testsnaps/d' -i src/Makefile.am || die sed -e "/bin=/ s:lib:$(get_libdir):" "${FILESDIR}"/${PN}.initd \ > "${T}"/${PN}.initd || die - sed -i -e '/AM_INIT_AUTOMAKE/s:-Werror ::' src/leveldb/configure.ac || die #423755 eautoreconf } |