summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-24 01:01:27 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-24 01:01:27 +0000
commitca8f06ccb8ef1d027d2466a770c6aa99ac115739 (patch)
treef8d30443234956cddccd0b760422da1a8a84c7fb /sys-libs/libcxx
parentprovide a shared ldscript for linking in libcxxrt too as its abi is more or l... (diff)
downloadgentoo-2-ca8f06ccb8ef1d027d2466a770c6aa99ac115739.tar.gz
gentoo-2-ca8f06ccb8ef1d027d2466a770c6aa99ac115739.tar.bz2
gentoo-2-ca8f06ccb8ef1d027d2466a770c6aa99ac115739.zip
fix typo in comment
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r--sys-libs/libcxx/ChangeLog5
-rw-r--r--sys-libs/libcxx/libcxx-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libcxx/ChangeLog b/sys-libs/libcxx/ChangeLog
index c87f3d9ac382..a48500c69c20 100644
--- a/sys-libs/libcxx/ChangeLog
+++ b/sys-libs/libcxx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libcxx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.25 2013/07/24 01:00:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.26 2013/07/24 01:01:27 aballier Exp $
+
+ 24 Jul 2013; Alexis Ballier <aballier@gentoo.org> libcxx-9999.ebuild:
+ fix typo in comment
24 Jul 2013; Alexis Ballier <aballier@gentoo.org> libcxx-9999.ebuild:
provide a shared ldscript for linking in libcxxrt too as its abi is more or
diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild
index 5471dcb60e73..ae025c8edab9 100644
--- a/sys-libs/libcxx/libcxx-9999.ebuild
+++ b/sys-libs/libcxx/libcxx-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.17 2013/07/24 01:00:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.18 2013/07/24 01:01:27 aballier Exp $
EAPI=5
@@ -114,7 +114,7 @@ gen_shared_ldscript() {
local deps="${EPREFIX}/usr/$(get_libdir)/libc++_shared.so ${EPREFIX}/usr/$(get_libdir)/libcxxrt.so"
gen_ldscript "${deps}" > "${ED}/usr/$(get_libdir)/libc++.so"
fi
- # TODO: Generate the linked script for other confiurations too.
+ # TODO: Generate the linker script for other confiurations too.
}
multilib_src_install() {