summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 16:55:49 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 16:55:49 +0000
commit02f37db44092bda6068df9ef0f561c25386d2c49 (patch)
treeca07d74b4f60fa632a2b535e504a59b032ca85f8 /x11-misc/xdialog
parent* bumps (diff)
downloadgentoo-2-02f37db44092bda6068df9ef0f561c25386d2c49.tar.gz
gentoo-2-02f37db44092bda6068df9ef0f561c25386d2c49.tar.bz2
gentoo-2-02f37db44092bda6068df9ef0f561c25386d2c49.zip
Fixed DEPEND for modular X.
(Portage version: 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}"