diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-28 02:32:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-28 02:32:51 +0000 |
commit | e9f02b05b2e53b1a396958be278088b3ff632666 (patch) | |
tree | e26b44040d8b15d637e19f44a3d95c5e429afad2 /sys-devel/gcc-config/gcc-config-1.4.1.ebuild | |
parent | Bump to 4.2.0. (diff) | |
download | gentoo-2-e9f02b05b2e53b1a396958be278088b3ff632666.tar.gz gentoo-2-e9f02b05b2e53b1a396958be278088b3ff632666.tar.bz2 gentoo-2-e9f02b05b2e53b1a396958be278088b3ff632666.zip |
Update libgcj.pc symlinks #136382 #216241 and set GCC_SPECS with -E #251271 by Diego E. Pettenò.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc-config/gcc-config-1.4.1.ebuild')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.4.1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-devel/gcc-config/gcc-config-1.4.1.ebuild b/sys-devel/gcc-config/gcc-config-1.4.1.ebuild index 1f47fa467bd4..0b844eef1145 100644 --- a/sys-devel/gcc-config/gcc-config-1.4.1.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.1 2008/03/16 01:20:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.2 2009/01/28 02:32:51 vapier Exp $ inherit flag-o-matic toolchain-funcs multilib @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" RDEPEND="!app-admin/eselect-compiler" @@ -32,8 +32,7 @@ src_compile() { src_install() { newbin "${FILESDIR}"/${PN}-${PV} ${PN} || die "install gcc-config" sed -i \ - -e "s:PORTAGE-VERSION:${PVR}:g" \ - -e "s:GENTOO_LIBDIR:$(get_libdir):g" \ + -e "s:@GENTOO_LIBDIR@:$(get_libdir):g" \ "${D}"/usr/bin/${PN} exeinto /usr/$(get_libdir)/misc |