summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-26 23:03:17 +0000
committerMike Frysinger <vapier@gentoo.org>2008-02-26 23:03:17 +0000
commit0baa1b337c76a5396ca302ad94e202fa22a4c472 (patch)
treef3a585a9cd61ff5559b2aa362167cc471c12ff2d /sys-apps/util-linux
parentVersion bump to 2.1.3 Bug #207847 (diff)
downloadgentoo-2-0baa1b337c76a5396ca302ad94e202fa22a4c472.tar.gz
gentoo-2-0baa1b337c76a5396ca302ad94e202fa22a4c472.tar.bz2
gentoo-2-0baa1b337c76a5396ca302ad94e202fa22a4c472.zip
Add ioprio workaround back as it hasnt been properly fixed in this release #211573 by Mike Hammill.
(Portage version: 2.2_pre2)
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r--sys-apps/util-linux/ChangeLog6
-rw-r--r--sys-apps/util-linux/util-linux-2.13.1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index 4353204d1af5..ab125d63dbf9 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/util-linux
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.224 2008/02/01 12:36:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.225 2008/02/26 23:03:17 vapier Exp $
+
+ 26 Feb 2008; Mike Frysinger <vapier@gentoo.org> util-linux-2.13.1.ebuild:
+ Add ioprio workaround back as it hasnt been properly fixed in this release
+ #211573 by Mike Hammill.
01 Feb 2008; Diego Pettenò <flameeyes@gentoo.org>
files/crypto-loop.initd:
diff --git a/sys-apps/util-linux/util-linux-2.13.1.ebuild b/sys-apps/util-linux/util-linux-2.13.1.ebuild
index 4419f3b9a8bb..dd7b1ec05eec 100644
--- a/sys-apps/util-linux/util-linux-2.13.1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.13.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.13.1.ebuild,v 1.2 2008/01/20 11:54:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.13.1.ebuild,v 1.3 2008/02/26 23:03:17 vapier Exp $
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git"
inherit eutils
@@ -43,6 +43,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${PN}-2.13-uclibc.patch #203711
use loop-aes && epatch "${WORKDIR}"/loop-AES-*/util-linux-ng-2.13.0.1.diff
+ epatch "${FILESDIR}"/${PN}-2.13-ioprio-syscalls.patch #190613
fi
}