diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-11 22:22:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-11 22:22:32 +0000 |
commit | d31fb3558ea9a61b06c1d1e25564fd513278b82b (patch) | |
tree | 28aebab0921d8a9527d1ce944b75c08d388735c1 /x11-apps/xfindproxy | |
parent | Version bump, bug #236505. Bundles jpfcodegen for now due to unavailable home... (diff) | |
download | gentoo-2-d31fb3558ea9a61b06c1d1e25564fd513278b82b.tar.gz gentoo-2-d31fb3558ea9a61b06c1d1e25564fd513278b82b.tar.bz2 gentoo-2-d31fb3558ea9a61b06c1d1e25564fd513278b82b.zip |
Fix build dependencies.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-apps/xfindproxy')
-rw-r--r-- | x11-apps/xfindproxy/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-apps/xfindproxy/ChangeLog b/x11-apps/xfindproxy/ChangeLog index 2c6278b4d2a9..799927a0a9f4 100644 --- a/x11-apps/xfindproxy/ChangeLog +++ b/x11-apps/xfindproxy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xfindproxy -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/ChangeLog,v 1.11 2007/12/20 00:11:33 cla Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/ChangeLog,v 1.12 2008/10/11 22:22:32 flameeyes Exp $ + + 11 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> + xfindproxy-1.0.1.ebuild: + Fix build dependencies. 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xfindproxy-1.0.1.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild b/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild index e1662da5c9fc..e2c7c89da72b 100644 --- a/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild +++ b/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild,v 1.4 2007/12/20 00:11:33 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild,v 1.5 2008/10/11 22:22:32 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -12,4 +12,5 @@ KEYWORDS="~ppc ~ppc64 x86" RDEPEND="x11-libs/libX11 x11-libs/libICE x11-libs/libXt" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-proto/xproxymanagementprotocol" |