diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-06-01 17:12:32 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-06-01 17:12:32 +0000 |
commit | b535535f023ada154907a5053dda7a736ed3d620 (patch) | |
tree | e03a75c3844672b7704ef8e3d938f9babc2fd99a /x11-wm/ratpoison/ratpoison-1.4.5.ebuild | |
parent | Don't strip binaries wrt bug 252124. Thanks Diego for report (diff) | |
download | gentoo-2-b535535f023ada154907a5053dda7a736ed3d620.tar.gz gentoo-2-b535535f023ada154907a5053dda7a736ed3d620.tar.bz2 gentoo-2-b535535f023ada154907a5053dda7a736ed3d620.zip |
Fixing build with as-needed wrt bug 310727. Thanks Diego for report.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/ratpoison/ratpoison-1.4.5.ebuild')
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.4.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/ratpoison/ratpoison-1.4.5.ebuild b/x11-wm/ratpoison/ratpoison-1.4.5.ebuild index 6b3a6d85d805..c6288bb70d28 100644 --- a/x11-wm/ratpoison/ratpoison-1.4.5.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.4.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.5.ebuild,v 1.5 2009/12/08 19:25:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.5.ebuild,v 1.6 2010/06/01 17:12:31 xarthisius Exp $ EAPI=2 -inherit elisp-common eutils autotools +inherit autotools elisp-common eutils DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen" HOMEPAGE="http://www.nongnu.org/ratpoison/" @@ -30,8 +30,8 @@ src_prepare() { epatch "${FILESDIR}/ratpoison.el-gentoo.patch" cd "${S}" - epatch "${FILESDIR}/${PN}-1.4.4-glibc210.patch" - + epatch "${FILESDIR}/${PN}-1.4.4-glibc210.patch" \ + "${FILESDIR}/${P}-asneeded.patch" eautoreconf } |