diff options
author | 2006-03-15 08:10:10 +0000 | |
---|---|---|
committer | 2006-03-15 08:10:10 +0000 | |
commit | f6d7c76f827f38a3d54b6d43c5a73a8cfcd63ca6 (patch) | |
tree | 8ac00039aac1f984f4d5610a5eda30ea5ca05e45 /x11-libs/xclass | |
parent | (#124064) Add modular X deps. (diff) | |
download | gentoo-2-f6d7c76f827f38a3d54b6d43c5a73a8cfcd63ca6.tar.gz gentoo-2-f6d7c76f827f38a3d54b6d43c5a73a8cfcd63ca6.tar.bz2 gentoo-2-f6d7c76f827f38a3d54b6d43c5a73a8cfcd63ca6.zip |
(#124064) Add modular X deps, based on work of Mauricio L. Pilla.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'x11-libs/xclass')
-rw-r--r-- | x11-libs/xclass/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/xclass/xclass-0.8.2-r1.ebuild | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-libs/xclass/ChangeLog b/x11-libs/xclass/ChangeLog index 8938a722f228..6177ea6dad58 100644 --- a/x11-libs/xclass/ChangeLog +++ b/x11-libs/xclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/xclass -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.12 2004/06/28 19:45:27 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.13 2006/03/15 08:10:10 spyderous Exp $ + + 15 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; + xclass-0.8.2-r1.ebuild: + (#124064) Add modular X deps, based on work of Mauricio L. Pilla. 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> xclass-0.8.2-r1.ebuild: glibc -> libc, add sed-4 dep diff --git a/x11-libs/xclass/xclass-0.8.2-r1.ebuild b/x11-libs/xclass/xclass-0.8.2-r1.ebuild index 7fcf3d02076e..4adc7a9cf89c 100644 --- a/x11-libs/xclass/xclass-0.8.2-r1.ebuild +++ b/x11-libs/xclass/xclass-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2-r1.ebuild,v 1.5 2005/01/01 20:56:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2-r1.ebuild,v 1.6 2006/03/15 08:10:10 spyderous Exp $ DESCRIPTION="a C++ GUI toolkit for the X windows environment" HOMEPAGE="http://xclass.sourceforge.net/" @@ -11,8 +11,10 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha" IUSE="" -DEPEND="virtual/x11 - virtual/libc +RDEPEND="|| ( x11-libs/libXpm virtual/x11 ) + virtual/libc" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 ) >=sys-apps/sed-4" src_unpack() { |