diff options
author | 2005-02-17 13:33:02 +0000 | |
---|---|---|
committer | 2005-02-17 13:33:02 +0000 | |
commit | 9d9bc30e3caea5487db5dfc16e6f8f0ef39d61b1 (patch) | |
tree | c179dc30a7a85c0d972bcc91ab662a4f6af298ad /x11-libs/openmotif | |
parent | fix CAN 2004-0914 in openmotif-2.1.30 (diff) | |
download | historical-9d9bc30e3caea5487db5dfc16e6f8f0ef39d61b1.tar.gz historical-9d9bc30e3caea5487db5dfc16e6f8f0ef39d61b1.tar.bz2 historical-9d9bc30e3caea5487db5dfc16e6f8f0ef39d61b1.zip |
smallf ix
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r8.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/openmotif/Manifest b/x11-libs/openmotif/Manifest index ff024d02b2b1..24d2ea182ea9 100644 --- a/x11-libs/openmotif/Manifest +++ b/x11-libs/openmotif/Manifest @@ -1,5 +1,5 @@ MD5 18a738af27482c9abb5153e4227db96d openmotif-2.1.30-r6.ebuild 3861 -MD5 13d945925c03cacb390897df37613d32 openmotif-2.1.30-r8.ebuild 4787 +MD5 26b0033267fdfa2a634a178b959f91ad openmotif-2.1.30-r8.ebuild 4785 MD5 6fff264c20ad6310193b795730887894 openmotif-2.2.3.ebuild 3251 MD5 ee39dd4e6143e442d62c55303f341e67 openmotif-2.2.3-r2.ebuild 3632 MD5 b385c61765918c22c7effa1cb7c70076 openmotif-2.1.30-r5.ebuild 3705 diff --git a/x11-libs/openmotif/openmotif-2.1.30-r8.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r8.ebuild index 769f7cc16f7f..c773913da540 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r8.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r8.ebuild,v 1.2 2005/02/17 13:23:00 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r8.ebuild,v 1.3 2005/02/17 13:33:02 lanius Exp $ inherit eutils flag-o-matic multilib @@ -45,7 +45,7 @@ src_unpack() { eend $? || die ebegin "setting up site.def" - cp ${FILESDIR}/site.def.1 ${S}/config/cf/site.def && \ + cp ${FILESDIR}/site.def ${S}/config/cf/site.def && \ echo >>$cfg && \ echo >>$cfg "#undef OptimizedCDebugFlags" && \ echo >>$cfg "#define OptimizedCDebugFlags ${CFLAGS}" && \ |