summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-10-21 21:43:29 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-10-21 21:43:29 +0000
commitbc3879c78d0a903e0500c0f1fb45c79b3a792f97 (patch)
treed06a57cb4e73675d5be87cf2867492a7601d858d /x11-misc/xkeycaps/xkeycaps-2.46.ebuild
parentRemove monolithic X from dependencies. (diff)
downloadhistorical-bc3879c78d0a903e0500c0f1fb45c79b3a792f97.tar.gz
historical-bc3879c78d0a903e0500c0f1fb45c79b3a792f97.tar.bz2
historical-bc3879c78d0a903e0500c0f1fb45c79b3a792f97.zip
Remove monolithic X from dependencies and fix quotes.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'x11-misc/xkeycaps/xkeycaps-2.46.ebuild')
-rw-r--r--x11-misc/xkeycaps/xkeycaps-2.46.ebuild26
1 files changed, 11 insertions, 15 deletions
diff --git a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild
index 9d91247a0b3b..cd6f95af526d 100644
--- a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild
+++ b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.19 2006/10/11 11:32:06 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.20 2006/10/21 21:43:29 omp Exp $
inherit eutils
@@ -13,25 +13,21 @@ KEYWORDS="x86 sparc ppc ~amd64 ppc64"
SLOT="0"
IUSE=""
-RDEPEND="|| ( (
- x11-misc/xbitmaps
- x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXt
- x11-libs/libXaw
- x11-libs/libXext )
- virtual/x11 )"
+RDEPEND="x11-misc/xbitmaps
+ x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libXaw
+ x11-libs/libXext"
DEPEND="${RDEPEND}
- || ( (
- x11-proto/xproto
- x11-misc/imake )
- virtual/x11 )
+ x11-proto/xproto
+ x11-misc/imake
>=sys-apps/sed-4"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/Imakefile.patch
+ cd "${S}"
+ epatch "${FILESDIR}/Imakefile.patch"
}
src_compile() {