diff options
author | 2008-10-26 02:16:30 +0000 | |
---|---|---|
committer | 2008-10-26 02:16:30 +0000 | |
commit | 542aa1e613e81b589d349707f75e8e7259fbc11e (patch) | |
tree | 2d45e07fc038062520e11b20164e9a1fd0b998d4 /sys-apps/util-linux/util-linux-2.14.1.ebuild | |
parent | Stable for HPPA (bug #244234). (diff) | |
download | historical-542aa1e613e81b589d349707f75e8e7259fbc11e.tar.gz historical-542aa1e613e81b589d349707f75e8e7259fbc11e.tar.bz2 historical-542aa1e613e81b589d349707f75e8e7259fbc11e.zip |
Update loop-aes support #242874 by Fabio Coatti and Lars (Polynomial-C).
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26.2 x86_64
Diffstat (limited to 'sys-apps/util-linux/util-linux-2.14.1.ebuild')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.14.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/util-linux/util-linux-2.14.1.ebuild b/sys-apps/util-linux/util-linux-2.14.1.ebuild index a7df3aab6dd6..ec1f75375bca 100644 --- a/sys-apps/util-linux/util-linux-2.14.1.ebuild +++ b/sys-apps/util-linux/util-linux-2.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.14.1.ebuild,v 1.1 2008/10/20 07:23:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.14.1.ebuild,v 1.2 2008/10/26 02:16:30 vapier Exp $ EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git" inherit eutils @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="http://www.kernel.org/pub/linux/utils/util-linux-ng/v${PV:0:4}/${MY_P}.tar.bz2 - loop-aes? ( http://loop-aes.sourceforge.net/updates/util-linux-ng-2.14-20080624.diff.bz2 )" + loop-aes? ( http://loop-aes.sourceforge.net/updates/util-linux-ng-2.14.1-20081015.diff.bz2 )" # loop-aes? ( http://loop-aes.sourceforge.net/loop-AES/loop-AES-v3.2c.tar.bz2 )" fi @@ -44,7 +44,7 @@ src_unpack() { unpack ${A} cd "${S}" #epatch "${FILESDIR}"/${PN}-2.13-uclibc.patch #203711 - use loop-aes && epatch "${WORKDIR}"/util-linux-ng-2.14-20080624.diff + use loop-aes && epatch "${WORKDIR}"/util-linux-ng-2.14.1-20081015.diff epatch "${FILESDIR}"/${PN}-2.13.1-no-a.out.patch #221939 fi } |