diff options
author | 2007-07-22 04:20:41 +0000 | |
---|---|---|
committer | 2007-07-22 04:20:41 +0000 | |
commit | 5e5d515c98b4c75ccc6b593a1cc9886a29394eeb (patch) | |
tree | 20029bba5cdb6b3f0d8cec938369a37ba719af0b /app-misc/oneko/oneko-1.2.ebuild | |
parent | Remove virtual/x11 from dependencies. (diff) | |
download | historical-5e5d515c98b4c75ccc6b593a1cc9886a29394eeb.tar.gz historical-5e5d515c98b4c75ccc6b593a1cc9886a29394eeb.tar.bz2 historical-5e5d515c98b4c75ccc6b593a1cc9886a29394eeb.zip |
Remove virtual/x11 from dependencies.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'app-misc/oneko/oneko-1.2.ebuild')
-rw-r--r-- | app-misc/oneko/oneko-1.2.ebuild | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/app-misc/oneko/oneko-1.2.ebuild b/app-misc/oneko/oneko-1.2.ebuild index 8bd2ee3eaeb3..a4f6db628c2a 100644 --- a/app-misc/oneko/oneko-1.2.ebuild +++ b/app-misc/oneko/oneko-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2.ebuild,v 1.17 2006/07/09 11:52:35 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2.ebuild,v 1.18 2007/07/22 04:20:41 omp Exp $ DESCRIPTION="A cat (or dog) which chases the mouse around the screen" HOMEPAGE="http://agtoys.sourceforge.net" @@ -11,17 +11,13 @@ SLOT="0" KEYWORDS="x86 amd64 ppc ppc64" IUSE="" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext" DEPEND="${RDEPEND} - || ( ( - x11-misc/gccmakedep - x11-misc/imake - app-text/rman - x11-proto/xextproto ) - virtual/x11 )" + x11-misc/gccmakedep + x11-misc/imake + app-text/rman + x11-proto/xextproto" src_compile() { xmkmf -a || die |