diff options
author | David Shakaryan <omp@gentoo.org> | 2007-07-22 09:41:41 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-07-22 09:41:41 +0000 |
commit | 483a328ff78659e421b46bb7f52ddf01c697c471 (patch) | |
tree | 6d5f693ebfb4aeadf78d0dae1b75512af135e0c6 /app-emulation/gxemul | |
parent | Drop virtual/x11 references. (diff) | |
download | historical-483a328ff78659e421b46bb7f52ddf01c697c471.tar.gz historical-483a328ff78659e421b46bb7f52ddf01c697c471.tar.bz2 historical-483a328ff78659e421b46bb7f52ddf01c697c471.zip |
Remove virtual/x11 from dependencies.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'app-emulation/gxemul')
-rw-r--r-- | app-emulation/gxemul/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/gxemul/gxemul-0.4.5.1.ebuild | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/app-emulation/gxemul/ChangeLog b/app-emulation/gxemul/ChangeLog index f3699275425e..9316a68f800d 100644 --- a/app-emulation/gxemul/ChangeLog +++ b/app-emulation/gxemul/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/gxemul # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.9 2007/05/02 15:47:13 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.10 2007/07/22 09:22:47 omp Exp $ + + 22 Jul 2007; David Shakaryan <omp@gentoo.org> gxemul-0.4.5.1.ebuild: + Remove virtual/x11 from dependencies. *gxemul-0.4.5.1 (02 May 2007) diff --git a/app-emulation/gxemul/gxemul-0.4.5.1.ebuild b/app-emulation/gxemul/gxemul-0.4.5.1.ebuild index 3bfef398cb2a..9420bea06fec 100644 --- a/app-emulation/gxemul/gxemul-0.4.5.1.ebuild +++ b/app-emulation/gxemul/gxemul-0.4.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.5.1.ebuild,v 1.1 2007/05/02 15:47:13 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.5.1.ebuild,v 1.2 2007/07/22 09:22:47 omp Exp $ inherit eutils toolchain-funcs @@ -13,14 +13,12 @@ SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="X" -RDEPEND="X? ( || ( ( x11-libs/libX11 - x11-libs/libXaw - x11-libs/libXdmcp - ) - virtual/x11 ) )" +RDEPEND="X? ( x11-libs/libX11 + x11-libs/libXaw + x11-libs/libXdmcp )" DEPEND="${RDEPEND} - X? ( || ( x11-proto/xproto virtual/x11 ) )" + X? ( x11-proto/xproto )" src_compile() { tc-export CC |