diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:53:45 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:53:45 +0000 |
commit | 9853f7e70218419203e55060105c9c27c682c653 (patch) | |
tree | 1f19c865d3703cd3ccf7f39964a2dc68dac550ba /x11-apps | |
parent | Missing IUSE (diff) | |
download | gentoo-2-9853f7e70218419203e55060105c9c27c682c653.tar.gz gentoo-2-9853f7e70218419203e55060105c9c27c682c653.tar.bz2 gentoo-2-9853f7e70218419203e55060105c9c27c682c653.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xfindproxy/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-apps/xfindproxy/ChangeLog b/x11-apps/xfindproxy/ChangeLog index 799927a0a9f4..0b1587b3c56d 100644 --- a/x11-apps/xfindproxy/ChangeLog +++ b/x11-apps/xfindproxy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xfindproxy -# 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 $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/ChangeLog,v 1.13 2009/05/05 07:53:45 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> + xfindproxy-1.0.1.ebuild: + fix repoman warnings 11 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> xfindproxy-1.0.1.ebuild: diff --git a/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild b/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild index e2c7c89da72b..f4d7557c1ad7 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-2008 Gentoo Foundation +# Copyright 1999-2009 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.5 2008/10/11 22:22:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfindproxy/xfindproxy-1.0.1.ebuild,v 1.6 2009/05/05 07:53:45 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,6 +9,7 @@ inherit x-modular DESCRIPTION="X.Org xfindproxy application" KEYWORDS="~ppc ~ppc64 x86" +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libICE x11-libs/libXt" |