diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-01-31 05:23:14 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-01-31 05:23:14 +0000 |
commit | ca27cd88597c36f4d7d12b90c5e4f3cedddb31ba (patch) | |
tree | bfa48bdb7ccab81b36603086e49b6e465c80a22c /www-client | |
parent | EAPI3 (diff) | |
download | gentoo-2-ca27cd88597c36f4d7d12b90c5e4f3cedddb31ba.tar.gz gentoo-2-ca27cd88597c36f4d7d12b90c5e4f3cedddb31ba.tar.bz2 gentoo-2-ca27cd88597c36f4d7d12b90c5e4f3cedddb31ba.zip |
RDEPEND on x11-misc/dmenu thanks to bobby (bug #353105).
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/surf/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/surf/surf-0.4.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www-client/surf/ChangeLog b/www-client/surf/ChangeLog index 6945d1356f06..64bc0dfdc8c2 100644 --- a/www-client/surf/ChangeLog +++ b/www-client/surf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/surf -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/surf/ChangeLog,v 1.9 2010/07/13 18:32:38 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/surf/ChangeLog,v 1.10 2011/01/31 05:23:14 jer Exp $ + + 31 Jan 2011; Jeroen Roovers <jer@gentoo.org> surf-0.4.1.ebuild: + RDEPEND on x11-misc/dmenu thanks to bobby (bug #353105). 13 Jul 2010; Markos Chandras <hwoarang@gentoo.org> surf-0.4.1.ebuild: keyworded for amd64 wrt bug #328123 diff --git a/www-client/surf/surf-0.4.1.ebuild b/www-client/surf/surf-0.4.1.ebuild index e44ab50219a9..d1e4c5a9171e 100644 --- a/www-client/surf/surf-0.4.1.ebuild +++ b/www-client/surf/surf-0.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/surf/surf-0.4.1.ebuild,v 1.2 2010/07/13 18:32:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/surf/surf-0.4.1.ebuild,v 1.3 2011/01/31 05:23:14 jer Exp $ EAPI="2" @@ -19,6 +19,7 @@ DEPEND=">=net-libs/webkit-gtk-1.1.14" RDEPEND=" !media-gfx/surf !savedconfig? ( net-misc/wget x11-terms/xterm ) + x11-misc/dmenu ${DEPEND} " |