summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-01-18 03:36:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-01-18 03:36:38 +0000
commit20bab24bdb7ec959d8e1ecf4e6f77fce65dcbc28 (patch)
tree5f5c436c3d4e3439c00045fbba5e22dab98a9eb4
parentBug #422521: bump. (diff)
downloadgentoo-2-20bab24bdb7ec959d8e1ecf4e6f77fce65dcbc28.tar.gz
gentoo-2-20bab24bdb7ec959d8e1ecf4e6f77fce65dcbc28.tar.bz2
gentoo-2-20bab24bdb7ec959d8e1ecf4e6f77fce65dcbc28.zip
Don't apply -strict-aliasing.patch anymore since it's in the .98 release.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
-rw-r--r--sys-fs/lvm2/ChangeLog5
-rw-r--r--sys-fs/lvm2/lvm2-2.02.98.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog
index 5a0cf2b3cc6b..c34190bf03a8 100644
--- a/sys-fs/lvm2/ChangeLog
+++ b/sys-fs/lvm2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/lvm2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.289 2013/01/18 01:39:05 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.290 2013/01/18 03:36:38 ssuominen Exp $
+
+ 18 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> lvm2-2.02.98.ebuild:
+ Don't apply -strict-aliasing.patch anymore since it's in the .98 release.
*lvm2-2.02.98 (18 Jan 2013)
diff --git a/sys-fs/lvm2/lvm2-2.02.98.ebuild b/sys-fs/lvm2/lvm2-2.02.98.ebuild
index cb29d4cee875..2cc6b938f253 100644
--- a/sys-fs/lvm2/lvm2-2.02.98.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.98.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-fs/lvm2/lvm2-2.02.98.ebuild,v 1.1 2013/01/18 01:39:05 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.98.ebuild,v 1.2 2013/01/18 03:36:38 ssuominen Exp $
EAPI=5
inherit eutils multilib toolchain-funcs autotools linux-info udev
@@ -105,7 +105,8 @@ src_prepare() {
#epatch "${FILESDIR}"/${PN}-2.02.95-udev185.patch
# Upstream patch for https://bugs.gentoo.org/444328
- epatch "${FILESDIR}"/${P}-strict-aliasing.patch
+ # Merged upstream
+ #epatch "${FILESDIR}"/${PN}-2.02.97-strict-aliasing.patch
# Fix calling AR directly with USE static, bug #444082
if use static ; then