summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@gentoo.org>2006-10-29 18:14:42 +0000
committerEmanuele Giaquinta <exg@gentoo.org>2006-10-29 18:14:42 +0000
commitaea5f79ee3790ef8ff33aedaf503b560b1c1a153 (patch)
treeeec64d7d5f5e64d984bd6835f4a3540b9cf59f82 /app-text/xdvik
parentUpdate admindir to allow building with automake 1.9, remove xmms useflag enti... (diff)
downloadgentoo-2-aea5f79ee3790ef8ff33aedaf503b560b1c1a153.tar.gz
gentoo-2-aea5f79ee3790ef8ff33aedaf503b560b1c1a153.tar.bz2
gentoo-2-aea5f79ee3790ef8ff33aedaf503b560b1c1a153.zip
Block on virtual/tetex, not just app-text/tetex.
(Portage version: 2.1.2_rc1)
Diffstat (limited to 'app-text/xdvik')
-rw-r--r--app-text/xdvik/ChangeLog5
-rw-r--r--app-text/xdvik/xdvik-22.84.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/xdvik/ChangeLog b/app-text/xdvik/ChangeLog
index a4f1c7f04aea..f6d7d9c61d33 100644
--- a/app-text/xdvik/ChangeLog
+++ b/app-text/xdvik/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/xdvik
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.30 2006/10/14 12:58:55 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.31 2006/10/29 18:14:42 exg Exp $
+
+ 29 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> xdvik-22.84.10.ebuild:
+ Block on virtual/tetex, not just app-text/tetex.
14 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> xdvik-22.84.10.ebuild:
Add ~ia64 keyword, requested by exg.
diff --git a/app-text/xdvik/xdvik-22.84.10.ebuild b/app-text/xdvik/xdvik-22.84.10.ebuild
index 3d30c48a9a76..4b8e441f5170 100644
--- a/app-text/xdvik/xdvik-22.84.10.ebuild
+++ b/app-text/xdvik/xdvik-22.84.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.7 2006/10/14 12:58:55 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.8 2006/10/29 18:14:42 exg Exp $
WANT_AUTOCONF=2.1
@@ -34,7 +34,7 @@ RDEPEND=">=media-libs/t1lib-5.0.2
DEPEND="${RDEPEND}"
pkg_setup () {
- if has_version app-text/tetex && built_with_use app-text/tetex X ; then
+ if has_version virtual/tetex && built_with_use virtual/tetex X ; then
eerror "tetex provides xdvik when built with the X flag."
eerror "To install this version of xdvik re-install tetex"
eerror "without the X flag."