diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 09:55:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-11 09:55:31 +0000 |
commit | c6091a40be819d24817ce81847f9247b424c170e (patch) | |
tree | 8b7c4fc992adae18b2685436f41cde22b643e907 /dev-cpp/gnome-vfsmm | |
parent | arm stable (diff) | |
download | gentoo-2-c6091a40be819d24817ce81847f9247b424c170e.tar.gz gentoo-2-c6091a40be819d24817ce81847f9247b424c170e.tar.bz2 gentoo-2-c6091a40be819d24817ce81847f9247b424c170e.zip |
arm/ia64/sh stable
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-cpp/gnome-vfsmm')
-rw-r--r-- | dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild index 13d88eb59d03..26621ef2f55b 100644 --- a/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild +++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild,v 1.7 2007/01/31 21:12:33 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.16.0.ebuild,v 1.8 2007/02/11 09:55:31 vapier Exp $ inherit gnome2 @@ -9,12 +9,11 @@ HOMEPAGE="http://gtkmm.sourceforge.net/" LICENSE="LGPL-2.1" SLOT="1.1" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="doc examples" RDEPEND=">=gnome-base/gnome-vfs-2.8.1 >=dev-cpp/glibmm-2.4" - DEPEND=">=dev-util/pkgconfig-0.12.0 ${RDEPEND}" @@ -34,7 +33,7 @@ src_compile() { gnome2_src_compile if use doc; then - cd "${ROOT}"/"${S}"/docs/reference + cd "${S}"/docs/reference make all fi } @@ -48,6 +47,6 @@ src_install() { if use examples; then find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null - cp -R examples ${D}/usr/share/doc/${PF} + cp -R examples "${D}"/usr/share/doc/${PF} fi } |