diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-05-25 19:25:31 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-05-25 19:25:31 +0000 |
commit | c2c32134aa90b1b75fccf317e9b524102edd2261 (patch) | |
tree | cc0bbdc36de3a7b7872cf4a97911f27b550b6d06 /dev-libs/libcxml | |
parent | Fix the fact that find doesn't sort (diff) | |
download | gentoo-2-c2c32134aa90b1b75fccf317e9b524102edd2261.tar.gz gentoo-2-c2c32134aa90b1b75fccf317e9b524102edd2261.tar.bz2 gentoo-2-c2c32134aa90b1b75fccf317e9b524102edd2261.zip |
typo.
Diffstat (limited to 'dev-libs/libcxml')
-rw-r--r-- | dev-libs/libcxml/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libcxml/libcxml-5.2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libcxml/Manifest b/dev-libs/libcxml/Manifest index a5c98dd0dcbe..615b15a1581a 100644 --- a/dev-libs/libcxml/Manifest +++ b/dev-libs/libcxml/Manifest @@ -1,3 +1,3 @@ -MD5 1fa3d3f5b2c6dd0393eb6393e24305c9 libcxml-5.2.0.ebuild 1747 +MD5 f5cb75b9a94386fff97d48fa42b56707 libcxml-5.2.0.ebuild 1746 MD5 64306a926a5dd0b2794c70a6faf94429 ChangeLog 277 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libcxml-5.2.0 0 diff --git a/dev-libs/libcxml/libcxml-5.2.0.ebuild b/dev-libs/libcxml/libcxml-5.2.0.ebuild index 2fa0eb4890ce..59755eb55386 100644 --- a/dev-libs/libcxml/libcxml-5.2.0.ebuild +++ b/dev-libs/libcxml/libcxml-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcxml/libcxml-5.2.0.ebuild,v 1.1 2003/04/16 23:02:01 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcxml/libcxml-5.2.0.ebuild,v 1.2 2003/05/25 19:25:23 taviso Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -53,7 +53,7 @@ src_compile () { cd ${WORKDIR}/usr/lib/compaq/cxml-${RELEASE%*-2} # http://h18000.www1.hp.com/math/faq/cxml.html#EmptySharedLib - ld -shared -o libcxml_${EV}.so -soname libcxml.so \ + ld -shared -o libcxml_${EV}.so -soname libcxml.so \ -whole-archive libcxml_${EV}.a -no-whole-archive -lots -lcpml } |