diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-04 11:08:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-04 11:08:20 +0000 |
commit | 9075709f28b77c10d90e5c2b8cb5aa3506ba9094 (patch) | |
tree | 568dc72effb597a80e2d6f39a633634567fb99cd /app-editors | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-9075709f28b77c10d90e5c2b8cb5aa3506ba9094.tar.gz gentoo-2-9075709f28b77c10d90e5c2b8cb5aa3506ba9094.tar.bz2 gentoo-2-9075709f28b77c10d90e5c2b8cb5aa3506ba9094.zip |
Go futher with simplification
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild b/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild index 4cb64b04847c..33cc78d2a2c7 100644 --- a/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild +++ b/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.3 2012/05/04 11:03:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.4 2012/05/04 11:08:20 ssuominen Exp $ EAPI=4 inherit eutils flag-o-matic toolchain-funcs @@ -75,9 +75,6 @@ src_install() { # Install headers so users can build their own plugins. insinto /usr/include/qe doins {cfb,config,cutils,display,fbfrender,libfbf,qe,qeconfig,qestyles,qfribidi}.h - - pushd libqhtml >/dev/null insinto /usr/include/qe/libqhtml - doins css.h cssid.h htmlent.h - popd >/dev/null + doins libqhtml/{css,cssid,htmlent}.h } |