diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-11-18 05:05:34 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-11-18 05:05:34 +0000 |
commit | 94c473a4f50d36dc3106c64c928bef03f43520b7 (patch) | |
tree | 4a06af8df4e22586372b1822b4db6a3947aebbd9 /x11-wm | |
parent | amd64 stable, bug #247089 (diff) | |
download | gentoo-2-94c473a4f50d36dc3106c64c928bef03f43520b7.tar.gz gentoo-2-94c473a4f50d36dc3106c64c928bef03f43520b7.tar.bz2 gentoo-2-94c473a4f50d36dc3106c64c928bef03f43520b7.zip |
amd64 stable, bug #247131
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.6 x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ratpoison/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.4.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog index dbb678cbddcd..032d5329ec2a 100644 --- a/x11-wm/ratpoison/ChangeLog +++ b/x11-wm/ratpoison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/ratpoison # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.59 2008/09/15 10:25:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.60 2008/11/18 05:05:34 darkside Exp $ + + 18 Nov 2008; Jeremy Olexa <darkside@gentoo.org> ratpoison-1.4.3.ebuild: + amd64 stable, bug #247131 15 Sep 2008; Ulrich Mueller <ulm@gentoo.org> ratpoison-1.4.1.ebuild, ratpoison-1.4.2.ebuild, ratpoison-1.4.3.ebuild: diff --git a/x11-wm/ratpoison/ratpoison-1.4.3.ebuild b/x11-wm/ratpoison/ratpoison-1.4.3.ebuild index e96cbe092d3f..01718e4ba71a 100644 --- a/x11-wm/ratpoison/ratpoison-1.4.3.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.4.3.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/x11-wm/ratpoison/ratpoison-1.4.3.ebuild,v 1.2 2008/09/15 10:25:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.3.ebuild,v 1.3 2008/11/18 05:05:34 darkside Exp $ inherit elisp-common eutils autotools @@ -10,7 +10,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="emacs" DEPEND="x11-libs/libXinerama @@ -25,7 +25,7 @@ src_unpack() { unpack ${A} cd "${S}/contrib" - epatch ${FILESDIR}/ratpoison.el-gentoo.patch + epatch "${FILESDIR}/ratpoison.el-gentoo.patch" cd "${S}" eautoreconf |