diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-01-08 21:22:22 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-01-08 21:22:22 +0000 |
commit | 54ed95a94950a34494cb2995c1e8813b806808fc (patch) | |
tree | 4fc2039450224748c16727b24546aa8fec36ca1f /x11-misc | |
parent | Removing the old revision, using chmod / chown directly (sue me, fowners / fp... (diff) | |
download | gentoo-2-54ed95a94950a34494cb2995c1e8813b806808fc.tar.gz gentoo-2-54ed95a94950a34494cb2995c1e8813b806808fc.tar.bz2 gentoo-2-54ed95a94950a34494cb2995c1e8813b806808fc.zip |
Add missing GTK+ to RDEPEND, see bug #159836.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xdialog/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xdialog/xdialog-2.2.1-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-misc/xdialog/ChangeLog b/x11-misc/xdialog/ChangeLog index 9305933f1800..5fb72845d683 100644 --- a/x11-misc/xdialog/ChangeLog +++ b/x11-misc/xdialog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xdialog # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.16 2007/01/03 03:05:00 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.17 2007/01/08 21:22:22 nelchael Exp $ + + 08 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> + xdialog-2.2.1-r1.ebuild: + Add missing GTK+ to RDEPEND, see bug #159836. 03 Jan 2007; Steve Dibb <beandog@gentoo.org> xdialog-2.1.1.ebuild, xdialog-2.2.1-r1.ebuild: diff --git a/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild b/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild index 5e204896697f..c53b27e1c55e 100644 --- a/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild +++ b/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild,v 1.2 2007/01/03 03:05:00 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild,v 1.3 2007/01/08 21:22:22 nelchael Exp $ DESCRIPTION="drop-in replacement for cdialog using GTK" HOMEPAGE="http://xdialog.dyns.net/" @@ -13,6 +13,7 @@ IUSE="nls" DEPEND=">=x11-libs/gtk+-2.2 nls? ( >=sys-devel/gettext-0.10.38 )" +RDEPEND="${DEPEND}" S="${WORKDIR}/${P/x/X}" |