diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-12-16 20:31:07 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-12-16 20:31:07 +0000 |
commit | 06750bd88c188b84ddea59c355136749639dc330 (patch) | |
tree | 52397557f94672f195ae8e9ccc29566ab2a10ce1 /x11-libs | |
parent | Fix libX11 dependency order (bug #348806 by Rodolphe Rocca). (diff) | |
download | gentoo-2-06750bd88c188b84ddea59c355136749639dc330.tar.gz gentoo-2-06750bd88c188b84ddea59c355136749639dc330.tar.bz2 gentoo-2-06750bd88c188b84ddea59c355136749639dc330.zip |
Fix for Prefix
(Portage version: 2.2.01.17390-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.22.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 992640608fe9..df7a1bfb5a37 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.479 2010/11/19 22:58:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.480 2010/12/16 20:31:07 grobian Exp $ + + 16 Dec 2010; Fabian Groffen <grobian@gentoo.org> gtk+-2.22.1.ebuild: + Fix for Prefix *gtk+-2.22.1 (19 Nov 2010) diff --git a/x11-libs/gtk+/gtk+-2.22.1.ebuild b/x11-libs/gtk+/gtk+-2.22.1.ebuild index 9eefb37cc5a6..a7a6ef8108f1 100644 --- a/x11-libs/gtk+/gtk+-2.22.1.ebuild +++ b/x11-libs/gtk+/gtk+-2.22.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.22.1.ebuild,v 1.1 2010/11/19 22:58:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.22.1.ebuild,v 1.2 2010/12/16 20:31:07 grobian Exp $ EAPI="3" PYTHON_DEPEND="2:2.4" @@ -164,7 +164,7 @@ src_install() { sed -i -e "s:Libs\: :Libs\: -framework Carbon :" "${ED%/}"/usr/lib/pkgconfig/$i || die "sed failed" done - python_convert_shebangs 2 "${D}"usr/bin/gtk-builder-convert + python_convert_shebangs 2 "${ED}"usr/bin/gtk-builder-convert } pkg_postinst() { |