diff options
author | 2011-06-21 06:04:55 +0000 | |
---|---|---|
committer | 2011-06-21 06:04:55 +0000 | |
commit | f09338eabbbc5f997cf597f37a0b3c08c4e13762 (patch) | |
tree | 9b67bc9378dee8c3bc908e3ab62ab8952ce57e6b /sci-chemistry/gabedit/gabedit-2.3.6.ebuild | |
parent | Version bump. (diff) | |
download | historical-f09338eabbbc5f997cf597f37a0b3c08c4e13762.tar.gz historical-f09338eabbbc5f997cf597f37a0b3c08c4e13762.tar.bz2 historical-f09338eabbbc5f997cf597f37a0b3c08c4e13762.zip |
Tweaking on pango deps
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/gabedit/gabedit-2.3.6.ebuild')
-rw-r--r-- | sci-chemistry/gabedit/gabedit-2.3.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-chemistry/gabedit/gabedit-2.3.6.ebuild b/sci-chemistry/gabedit/gabedit-2.3.6.ebuild index 22d4590a3f35..c6e78092faa1 100644 --- a/sci-chemistry/gabedit/gabedit-2.3.6.ebuild +++ b/sci-chemistry/gabedit/gabedit-2.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.6.ebuild,v 1.4 2011/06/20 17:43:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gabedit/gabedit-2.3.6.ebuild,v 1.5 2011/06/21 06:04:55 jlec Exp $ EAPI=2 @@ -26,7 +26,7 @@ RDEPEND=" x11-libs/gtk+:2 x11-libs/gtkglext x11-libs/gl2ps - x11-libs/pango[X] + x11-libs/pango virtual/opengl virtual/glu" DEPEND="${RDEPEND} @@ -42,6 +42,7 @@ src_prepare() { sed -i "/rmdir tmp/d" "${S}"/Makefile sed -e "/GTK_DISABLE_DEPRECATED/s:define:undef:g" \ -i "${S}/Config.h" || die + sed -e 's:-g::g' -i Makefile || die cp "${FILESDIR}"/CONFIG.Gentoo "${S}"/CONFIG if use openmp && tc-has-openmp; then |