diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:51:26 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:51:26 +0000 |
commit | 0d212198465d618912aa10ef2423cca50ce6dab3 (patch) | |
tree | bec130cf7c3623c35f2fc3e4068568cb4d45cfbc /x11-apps/xeyes/xeyes-1.0.1.ebuild | |
parent | set explicit RDEPEND (diff) | |
download | gentoo-2-0d212198465d618912aa10ef2423cca50ce6dab3.tar.gz gentoo-2-0d212198465d618912aa10ef2423cca50ce6dab3.tar.bz2 gentoo-2-0d212198465d618912aa10ef2423cca50ce6dab3.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xeyes/xeyes-1.0.1.ebuild')
-rw-r--r-- | x11-apps/xeyes/xeyes-1.0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-apps/xeyes/xeyes-1.0.1.ebuild b/x11-apps/xeyes/xeyes-1.0.1.ebuild index 5da7ab281ecd..06dea9d00db7 100644 --- a/x11-apps/xeyes/xeyes-1.0.1.ebuild +++ b/x11-apps/xeyes/xeyes-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/xeyes/xeyes-1.0.1.ebuild,v 1.4 2006/09/18 11:54:09 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/xeyes-1.0.1.ebuild,v 1.5 2009/05/05 07:51:26 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,6 +9,7 @@ inherit x-modular DESCRIPTION="X.Org xeyes application" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXt x11-libs/libXext |