summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:01:05 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:01:05 +0000
commit121bf09645120816179b28a94e4831ceceb1543f (patch)
treeb77c662063fd1171b4109a595238a6eb2f90cff5 /x11-misc/xdialog
parentMarked ~hppa (bug #119199). (diff)
downloadhistorical-121bf09645120816179b28a94e4831ceceb1543f.tar.gz
historical-121bf09645120816179b28a94e4831ceceb1543f.tar.bz2
historical-121bf09645120816179b28a94e4831ceceb1543f.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xdialog')
-rw-r--r--x11-misc/xdialog/ChangeLog7
-rw-r--r--x11-misc/xdialog/xdialog-2.1.1.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/xdialog/ChangeLog b/x11-misc/xdialog/ChangeLog
index ef3309e53f3e..83f487380bf6 100644
--- a/x11-misc/xdialog/ChangeLog
+++ b/x11-misc/xdialog/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xdialog
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.10 2005/07/04 01:16:36 smithj Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.11 2006/01/21 16:53:46 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xdialog-2.1.1.ebuild:
+ Fixed DEPEND for modular X.
04 Jul 2005; Jonathan Smith <smithj@gentoo.org> +metadata.xml:
added metadata
diff --git a/x11-misc/xdialog/xdialog-2.1.1.ebuild b/x11-misc/xdialog/xdialog-2.1.1.ebuild
index 58074a946748..a047ab0ba909 100644
--- a/x11-misc/xdialog/xdialog-2.1.1.ebuild
+++ b/x11-misc/xdialog/xdialog-2.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.1.1.ebuild,v 1.6 2004/09/09 06:46:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.1.1.ebuild,v 1.7 2006/01/21 16:53:46 nelchael Exp $
DESCRIPTION="drop-in replacement for cdialog using GTK"
HOMEPAGE="http://xdialog.dyns.net/"
@@ -11,8 +11,7 @@ SLOT="0"
KEYWORDS="x86 ppc ~amd64"
IUSE="nls"
-DEPEND="virtual/x11
- =x11-libs/gtk+-1.2*
+DEPEND="=x11-libs/gtk+-1.2*
nls? ( >=sys-devel/gettext-0.10.38 )"
S="${WORKDIR}/${P/x/X}"