summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-12-29 18:24:59 +0000
committerMarinus Schraal <foser@gentoo.org>2004-12-29 18:24:59 +0000
commit921d38a6398c4d2f7b345d94ae1c5c97efe33cf3 (patch)
treead573f78265e6221805e9c6de0b709da59ffe690
parentMoved from app-sci/lapack-config to sci-libs/lapack-config. (diff)
downloadgentoo-2-921d38a6398c4d2f7b345d94ae1c5c97efe33cf3.tar.gz
gentoo-2-921d38a6398c4d2f7b345d94ae1c5c97efe33cf3.tar.bz2
gentoo-2-921d38a6398c4d2f7b345d94ae1c5c97efe33cf3.zip
add destdir support
-rw-r--r--gnome-base/libgnomeprint/ChangeLog4
-rw-r--r--gnome-base/libgnomeprint/libgnomeprint-2.8.2.ebuild4
2 files changed, 5 insertions, 3 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog
index 4ccd9f0854f3..8eb3bc129f9f 100644
--- a/gnome-base/libgnomeprint/ChangeLog
+++ b/gnome-base/libgnomeprint/ChangeLog
@@ -1,11 +1,11 @@
# ChangeLog for gnome-base/libgnomeprint
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.74 2004/12/29 04:40:06 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.75 2004/12/29 18:24:59 foser Exp $
*libgnomeprint-2.8.2 (29 Dec 2004)
29 Dec 2004; Mike Gardiner <obz@gentoo.org> +libgnomeprint-2.8.2.ebuild:
- New version
+ New version, use DESTDIR (#75036)
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.8.2.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.8.2.ebuild
index 86ae6b741f33..c775ee3ad3b8 100644
--- a/gnome-base/libgnomeprint/libgnomeprint-2.8.2.ebuild
+++ b/gnome-base/libgnomeprint/libgnomeprint-2.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.8.2.ebuild,v 1.1 2004/12/29 04:40:06 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.8.2.ebuild,v 1.2 2004/12/29 18:24:59 foser Exp $
inherit gnome2
@@ -33,3 +33,5 @@ DEPEND="${RDEPEND}
G2CONF="${G2CONF} `use_with cups`"
DOCS="AUTHORS ChangeLog* NEWS README"
+
+USE_DESTDIR="1"