summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-01-10 20:22:11 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-01-10 20:22:11 +0000
commit83f9de9127a9aaf076f5b7bfe9690e66c9438395 (patch)
tree1013e472d63302d5f303701b2d7e19e602a28665 /app-text/gv/gv-3.7.3-r1.ebuild
parentStable for sparc, wrt bug #451280 (diff)
downloadgentoo-2-83f9de9127a9aaf076f5b7bfe9690e66c9438395.tar.gz
gentoo-2-83f9de9127a9aaf076f5b7bfe9690e66c9438395.tar.bz2
gentoo-2-83f9de9127a9aaf076f5b7bfe9690e66c9438395.zip
Version bump to "alpha" rerease t. If libXaw3d has USE="-unicode" set, app-text/gv will fail to build even with USE="-unicode" wrt #444630 by Michael Hill
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-text/gv/gv-3.7.3-r1.ebuild')
-rw-r--r--app-text/gv/gv-3.7.3-r1.ebuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/app-text/gv/gv-3.7.3-r1.ebuild b/app-text/gv/gv-3.7.3-r1.ebuild
index bea3b7526f56..b20aa57e390f 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
+# Copyright 1999-2013 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.12 2012/09/16 20:27:03 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.3-r1.ebuild,v 1.13 2013/01/10 20:22:10 ssuominen Exp $
EAPI=4
inherit eutils flag-o-matic toolchain-funcs
@@ -12,13 +12,13 @@ SRC_URI="mirror://gnu/gv/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="unicode xinerama"
+IUSE="xinerama"
RDEPEND="app-text/ghostscript-gpl
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
- >=x11-libs/libXaw3d-1.6-r1[unicode?]
+ >=x11-libs/libXaw3d-1.6-r1[unicode]
x11-libs/libXext
x11-libs/libXmu
x11-libs/libXpm
@@ -39,15 +39,11 @@ src_configure() {
append-cppflags "$($(tc-getPKG_CONFIG) --cflags xaw3d)"
export ac_cv_lib_Xinerama_main=$(usex xinerama)
-
- econf \
- --enable-scrollbar-code \
- $(use_enable unicode international)
+ econf --enable-scrollbar-code
}
src_install() {
default
-
doicon "${FILESDIR}"/gv_icon.xpm
- make_desktop_entry gv GhostView gv_icon "Graphics;Viewer"
+ make_desktop_entry gv GhostView gv_icon 'Graphics;Viewer'
}