diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:01:05 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:01:05 +0000 |
commit | 121bf09645120816179b28a94e4831ceceb1543f (patch) | |
tree | b77c662063fd1171b4109a595238a6eb2f90cff5 /x11-misc/xclip | |
parent | Marked ~hppa (bug #119199). (diff) | |
download | historical-121bf09645120816179b28a94e4831ceceb1543f.tar.gz historical-121bf09645120816179b28a94e4831ceceb1543f.tar.bz2 historical-121bf09645120816179b28a94e4831ceceb1543f.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.08.ebuild | 13 |
2 files changed, 15 insertions, 5 deletions
diff --git a/x11-misc/xclip/ChangeLog b/x11-misc/xclip/ChangeLog index 4716a56c8ae8..846d5f2bf4c2 100644 --- a/x11-misc/xclip/ChangeLog +++ b/x11-misc/xclip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xclip -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.10 2005/10/31 16:32:58 nelchael Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.11 2006/01/21 16:39:43 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xclip-0.08.ebuild: + Fixed DEPEND for modular X. 31 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> -xclip-0.05.ebuild, xclip-0.08.ebuild: diff --git a/x11-misc/xclip/xclip-0.08.ebuild b/x11-misc/xclip/xclip-0.08.ebuild index bb9611ba7a6b..8b458e9d0b08 100644 --- a/x11-misc/xclip/xclip-0.08.ebuild +++ b/x11-misc/xclip/xclip-0.08.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.7 2005/10/31 16:32:58 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.8 2006/01/21 16:39:43 nelchael Exp $ S=${WORKDIR}/xclip DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection for pasting into X applications." @@ -12,7 +12,14 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 ia64 ppc x86" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_compile() { xmkmf || die |