diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-04 21:44:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-04 21:44:40 +0000 |
commit | a0bfdd8adfac8c7bb6509ff221478ac135280ddd (patch) | |
tree | 3893599966a4f31189f885df8b9b3e204a3f18db /x11-wm | |
parent | old (diff) | |
download | gentoo-2-a0bfdd8adfac8c7bb6509ff221478ac135280ddd.tar.gz gentoo-2-a0bfdd8adfac8c7bb6509ff221478ac135280ddd.tar.bz2 gentoo-2-a0bfdd8adfac8c7bb6509ff221478ac135280ddd.zip |
more accurate comment for last commit
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmii/wmii-3.9.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/wmii/wmii-3.9.2-r2.ebuild b/x11-wm/wmii/wmii-3.9.2-r2.ebuild index 7a6d133a457d..8bd9cc45aa79 100644 --- a/x11-wm/wmii/wmii-3.9.2-r2.ebuild +++ b/x11-wm/wmii/wmii-3.9.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/wmii-3.9.2-r2.ebuild,v 1.1 2011/12/04 21:40:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/wmii-3.9.2-r2.ebuild,v 1.2 2011/12/04 21:44:40 ssuominen Exp $ EAPI=2 inherit flag-o-matic multilib toolchain-funcs @@ -50,7 +50,7 @@ pkg_setup() { } src_prepare() { - # punt internal copy of libixp and update API use wrt #323037 + # punt internal copy of sys-libs/libixp #323037 rm -f include/ixp{,_srvutil}.h || die sed -i -e '/libixp/d' Makefile || die |