summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-01-25 11:57:15 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-01-25 11:57:15 +0000
commit11c9356db102d07ac702e57806851d3cc6ae5a73 (patch)
tree4d4ac200dfd1aeb33d7e1f9c268cd2de80f6e1a7 /app-misc/tasque/tasque-0.1.8.ebuild
parentAdd ~arm/~sh (diff)
downloadhistorical-11c9356db102d07ac702e57806851d3cc6ae5a73.tar.gz
historical-11c9356db102d07ac702e57806851d3cc6ae5a73.tar.bz2
historical-11c9356db102d07ac702e57806851d3cc6ae5a73.zip
Multilibify
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-misc/tasque/tasque-0.1.8.ebuild')
-rw-r--r--app-misc/tasque/tasque-0.1.8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/tasque/tasque-0.1.8.ebuild b/app-misc/tasque/tasque-0.1.8.ebuild
index ac5d310dd3b8..ec8471270a1e 100644
--- a/app-misc/tasque/tasque-0.1.8.ebuild
+++ b/app-misc/tasque/tasque-0.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 2000-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tasque/tasque-0.1.8.ebuild,v 1.2 2009/01/25 05:22:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tasque/tasque-0.1.8.ebuild,v 1.3 2009/01/25 11:57:15 loki_val Exp $
EAPI=2
@@ -63,4 +63,5 @@ src_configure() {
src_install() {
make DESTDIR="${D}" install || die "emake failed"
dodoc NEWS TODO README AUTHORS || die "docs installation failed"
+ mv_command="cp -ar" mono_multilib_comply
}