diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-15 19:43:59 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-15 19:43:59 +0000 |
commit | 3868a6abc267036ed5d5b39813cf5d344d5639e4 (patch) | |
tree | b914f93121d3fb40c9cabb021d43b811c7377443 /dev-libs | |
parent | Add a new ebuild for libaosd, as requested per bug #351741. Thanks to Erik Mc... (diff) | |
download | gentoo-2-3868a6abc267036ed5d5b39813cf5d344d5639e4.tar.gz gentoo-2-3868a6abc267036ed5d5b39813cf5d344d5639e4.tar.bz2 gentoo-2-3868a6abc267036ed5d5b39813cf5d344d5639e4.zip |
Set RDEPEND to avoid repoman warning.
(Portage version: 2.2.0_alpha15_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libmcrypt/libmcrypt-2.5.8-r2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r2.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.8-r2.ebuild index c27230b32f0e..36ad91f7d931 100644 --- a/dev-libs/libmcrypt/libmcrypt-2.5.8-r2.ebuild +++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r2.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.8-r2.ebuild,v 1.7 2011/01/15 19:26:58 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.8-r2.ebuild,v 1.8 2011/01/15 19:43:59 arfrever Exp $ -inherit eutils autotools +EAPI="3" + +inherit autotools eutils DESCRIPTION="libmcrypt is a library that provides uniform interface to access several encryption algorithms." HOMEPAGE="http://mcrypt.sourceforge.net/" @@ -14,10 +16,9 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd IUSE="" DEPEND="" +RDEPEND="" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-rotate-mask.patch eautoreconf # need new libtool for interix (elibtoolize would suffice for freebsd) } |