diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2012-05-15 23:42:48 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2012-05-15 23:42:48 +0000 |
commit | 676fe03143a0e751802606c9d10cb7bd91f7b43d (patch) | |
tree | 1cb7b3071c023c282400c86c5780e4102000ed16 /sys-fs/evms | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-676fe03143a0e751802606c9d10cb7bd91f7b43d.tar.gz gentoo-2-676fe03143a0e751802606c9d10cb7bd91f7b43d.tar.bz2 gentoo-2-676fe03143a0e751802606c9d10cb7bd91f7b43d.zip |
Fix structure name collision with glibc-2.14, bug 415603.
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/evms')
-rw-r--r-- | sys-fs/evms/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/evms/evms-2.5.5-r13.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/evms/ChangeLog b/sys-fs/evms/ChangeLog index 78233311dedc..af7058b7592e 100644 --- a/sys-fs/evms/ChangeLog +++ b/sys-fs/evms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/evms # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/ChangeLog,v 1.105 2012/05/04 19:09:18 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/ChangeLog,v 1.106 2012/05/15 23:42:48 reavertm Exp $ + + 15 May 2012; Maciej Mrozowski <reavertm@gentoo.org> evms-2.5.5-r13.ebuild: + Fix structure name collision with glibc-2.14, bug 415603. 04 May 2012; Jeff Horelick <jdhore@gentoo.org> evms-2.5.5-r13.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/sys-fs/evms/evms-2.5.5-r13.ebuild b/sys-fs/evms/evms-2.5.5-r13.ebuild index bb4057de1788..2225451f02c7 100644 --- a/sys-fs/evms/evms-2.5.5-r13.ebuild +++ b/sys-fs/evms/evms-2.5.5-r13.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.5-r13.ebuild,v 1.2 2012/05/04 19:09:18 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.5-r13.ebuild,v 1.3 2012/05/15 23:42:48 reavertm Exp $ EAPI=4 inherit autotools-utils flag-o-matic toolchain-funcs linux-info -PATCHVER="${PV}-3" +PATCHVER="${PV}-4" DESCRIPTION="Utilities for the IBM Enterprise Volume Management System" HOMEPAGE="http://www.sourceforge.net/projects/evms" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mirror://gentoo/${PN}-patches-${PATCHVER}.tar.bz2" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mirror://gentoo/${PN}-patches-${PATCHVER}.tar.xz" LICENSE="GPL-2" SLOT="0" |