diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-11-26 10:32:32 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-11-26 10:32:32 +0000 |
commit | 1fac59b32c33b8d4c3908eec543ab0a592f38b78 (patch) | |
tree | b96f054c916fe70b1148dbdd7148a5706b903887 /app-forensics | |
parent | Stable on amd64 wrt bug #391485 (diff) | |
download | gentoo-2-1fac59b32c33b8d4c3908eec543ab0a592f38b78.tar.gz gentoo-2-1fac59b32c33b8d4c3908eec543ab0a592f38b78.tar.bz2 gentoo-2-1fac59b32c33b8d4c3908eec543ab0a592f38b78.zip |
Add missing dies and net-misc/curl to RDEPEND. Stable on amd64 wrt bug #391821
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/afflib/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/afflib/afflib-3.6.12.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-forensics/afflib/ChangeLog b/app-forensics/afflib/ChangeLog index 9af48ee933f9..97d65c33c7c5 100644 --- a/app-forensics/afflib/ChangeLog +++ b/app-forensics/afflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/afflib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.17 2011/11/26 01:33:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.18 2011/11/26 10:32:32 hwoarang Exp $ + + 26 Nov 2011; Markos Chandras <hwoarang@gentoo.org> afflib-3.6.12.ebuild: + Add missing dies and net-misc/curl to RDEPEND. Stable on amd64 wrt bug #391821 26 Nov 2011; Tim Harder <radhermit@gentoo.org> files/afflib-3.6.12-python-module.patch: diff --git a/app-forensics/afflib/afflib-3.6.12.ebuild b/app-forensics/afflib/afflib-3.6.12.ebuild index e77861b16355..f8990ea0568f 100644 --- a/app-forensics/afflib/afflib-3.6.12.ebuild +++ b/app-forensics/afflib/afflib-3.6.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v 1.4 2011/11/26 00:24:57 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v 1.5 2011/11/26 10:32:32 hwoarang Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -13,11 +13,12 @@ SRC_URI="http://www.afflib.org/downloads/${P}.tar.gz" LICENSE="BSD-4" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~x86" IUSE="fuse ncurses python qemu readline s3 static-libs threads" RDEPEND="dev-libs/expat dev-libs/openssl + net-misc/curl sys-libs/zlib fuse? ( sys-fs/fuse ) ncurses? ( sys-libs/ncurses ) @@ -37,8 +38,8 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${P}-python-module.patch - sed -i -e "/FLAGS/s: -g::" configure.ac - sed -i -e "/-static/d" tools/Makefile.am + sed -i -e "/FLAGS/s: -g::" configure.ac || die + sed -i -e "/-static/d" tools/Makefile.am || die eautoreconf } |