diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-23 16:38:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-23 16:38:30 +0000 |
commit | 7ed20dfac82e8f018354d7946d1f25f801b046f1 (patch) | |
tree | 8a173542d0d96ab879d2f28b6208ad9c6435e966 /app-text/gv | |
parent | Enable the unicode codepath from libXaw3d wrt #372395 by Marco Paolone (diff) | |
download | gentoo-2-7ed20dfac82e8f018354d7946d1f25f801b046f1.tar.gz gentoo-2-7ed20dfac82e8f018354d7946d1f25f801b046f1.tar.bz2 gentoo-2-7ed20dfac82e8f018354d7946d1f25f801b046f1.zip |
tidy
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/gv')
-rw-r--r-- | app-text/gv/gv-3.7.1-r1.ebuild | 7 | ||||
-rw-r--r-- | app-text/gv/gv-3.7.3-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/gv/gv-3.7.3.ebuild | 4 |
3 files changed, 7 insertions, 8 deletions
diff --git a/app-text/gv/gv-3.7.1-r1.ebuild b/app-text/gv/gv-3.7.1-r1.ebuild index e2ffb2e3ec70..08227c093aa5 100644 --- a/app-text/gv/gv-3.7.1-r1.ebuild +++ b/app-text/gv/gv-3.7.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.1-r1.ebuild,v 1.7 2011/10/06 17:48:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.1-r1.ebuild,v 1.8 2012/01/23 16:38:30 ssuominen Exp $ EAPI=2 inherit autotools eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86" IUSE="xinerama" -DEPEND="x11-libs/libX11 +RDEPEND="x11-libs/libX11 x11-libs/libICE x11-libs/libSM x11-libs/libXext @@ -24,6 +24,7 @@ DEPEND="x11-libs/libX11 x11-libs/libXaw3d app-text/ghostscript-gpl xinerama? ( x11-libs/libXinerama )" +DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/gv-3.6.1-a0.patch diff --git a/app-text/gv/gv-3.7.3-r1.ebuild b/app-text/gv/gv-3.7.3-r1.ebuild index 72c6a3cc5715..543accee350b 100644 --- a/app-text/gv/gv-3.7.3-r1.ebuild +++ b/app-text/gv/gv-3.7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.3-r1.ebuild,v 1.1 2012/01/23 16:36:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.3-r1.ebuild,v 1.2 2012/01/23 16:38:30 ssuominen Exp $ EAPI=4 inherit eutils flag-o-matic @@ -35,7 +35,7 @@ src_prepare() { src_configure() { # Expose the correct codepath from /usr/include/X11/Xaw3d/SimpleP.h - append-cppflags -DXAW_INTERNATIONALIZATION + append-cppflags -DXAW_INTERNATIONALIZATION #372395 export ac_cv_lib_Xinerama_main=$(usex xinerama) diff --git a/app-text/gv/gv-3.7.3.ebuild b/app-text/gv/gv-3.7.3.ebuild index 054e28cbe06d..0ca3135f9612 100644 --- a/app-text/gv/gv-3.7.3.ebuild +++ b/app-text/gv/gv-3.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.3.ebuild,v 1.1 2012/01/22 19:07:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.3.ebuild,v 1.2 2012/01/23 16:38:30 ssuominen Exp $ EAPI=4 inherit eutils @@ -34,8 +34,6 @@ src_prepare() { } src_configure() { - # For $(use_enable unicode international), see bug #372395 - export ac_cv_lib_Xinerama_main=$(usex xinerama) econf --enable-scrollbar-code |