diff options
author | 2008-02-04 18:39:52 +0000 | |
---|---|---|
committer | 2008-02-04 18:39:52 +0000 | |
commit | 34cf69dc06b12b87fa3188b847ad9837001799e9 (patch) | |
tree | 40d2f8093ca2e3333942d55c51222a3a94fe0b12 /app-doc | |
parent | amd64 stable wrt #208142 (diff) | |
download | gentoo-2-34cf69dc06b12b87fa3188b847ad9837001799e9.tar.gz gentoo-2-34cf69dc06b12b87fa3188b847ad9837001799e9.tar.bz2 gentoo-2-34cf69dc06b12b87fa3188b847ad9837001799e9.zip |
s/ppc-macos/macosx/
(Portage version: 2.1.3.19, RepoMan options: --force)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.4.ebuild | 4 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/doxygen/doxygen-1.4.4.ebuild b/app-doc/doxygen/doxygen-1.4.4.ebuild index 9a7e8988d7dc..127297a1fe85 100644 --- a/app-doc/doxygen/doxygen-1.4.4.ebuild +++ b/app-doc/doxygen/doxygen-1.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.4.ebuild,v 1.22 2007/07/12 19:20:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.4.ebuild,v 1.23 2008/02/04 18:39:52 grobian Exp $ inherit eutils toolchain-funcs qt3 @@ -24,7 +24,7 @@ DEPEND=">=sys-apps/sed-4 src_unpack() { unpack ${A} cd "${S}" - # use CFLAGS and CXXFLAGS (on linux and ppc-macos) + # use CFLAGS and CXXFLAGS (on linux and macosx) sed -i.orig -e "s:^\(TMAKE_CFLAGS_RELEASE\t*\)= .*$:\1= ${CFLAGS}:" \ -e "s:^\(TMAKE_CXXFLAGS_RELEASE\t*\)= .*$:\1= ${CXXFLAGS}:" \ tmake/lib/{linux-g++,macosx-c++}/tmake.conf diff --git a/app-doc/doxygen/doxygen-1.4.5.ebuild b/app-doc/doxygen/doxygen-1.4.5.ebuild index 41efeb841672..77e864fdcecf 100644 --- a/app-doc/doxygen/doxygen-1.4.5.ebuild +++ b/app-doc/doxygen/doxygen-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.5.ebuild,v 1.12 2007/11/21 06:17:24 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.5.ebuild,v 1.13 2008/02/04 18:39:52 grobian Exp $ inherit eutils toolchain-funcs qt3 @@ -24,7 +24,7 @@ DEPEND=">=sys-apps/sed-4 src_unpack() { unpack ${A} cd "${S}" - # use CFLAGS and CXXFLAGS (on linux and ppc-macos) + # use CFLAGS and CXXFLAGS (on linux and macosx) sed -i.orig -e "s:^\(TMAKE_CFLAGS_RELEASE\t*\)= .*$:\1= ${CFLAGS}:" \ -e "s:^\(TMAKE_CXXFLAGS_RELEASE\t*\)= .*$:\1= ${CXXFLAGS}:" \ tmake/lib/{linux-g++,macosx-c++}/tmake.conf |