diff options
author | 2006-01-22 14:33:00 +0000 | |
---|---|---|
committer | 2006-01-22 14:33:00 +0000 | |
commit | f58596d130929331863c86af7303416b2102622d (patch) | |
tree | 1c3fd4308fc6fb82f0cf1ab042f125ee84e6f373 /sci-libs | |
parent | Version bump to fix crash in 2.25 (diff) | |
download | gentoo-2-f58596d130929331863c86af7303416b2102622d.tar.gz gentoo-2-f58596d130929331863c86af7303416b2102622d.tar.bz2 gentoo-2-f58596d130929331863c86af7303416b2102622d.zip |
Port over to modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libgdgeda/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libgdgeda/libgdgeda-2.0.15.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-libs/libgdgeda/ChangeLog b/sci-libs/libgdgeda/ChangeLog index 5e2a835b0912..d59baa7eb83f 100644 --- a/sci-libs/libgdgeda/ChangeLog +++ b/sci-libs/libgdgeda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libgdgeda # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgdgeda/ChangeLog,v 1.4 2006/01/22 00:31:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgdgeda/ChangeLog,v 1.5 2006/01/22 14:33:00 plasmaroo Exp $ + + 22 Jan 2006; <plasmaroo@gentoo.org> libgdgeda-2.0.15.ebuild: + Port over to modular X. 22 Jan 2006; Jason Wever <weeve@gentoo.org> libgdgeda-2.0.15.ebuild: Added ~sparc keyword wrt bug #119765. diff --git a/sci-libs/libgdgeda/libgdgeda-2.0.15.ebuild b/sci-libs/libgdgeda/libgdgeda-2.0.15.ebuild index 419073b3b393..7dca323d71ca 100644 --- a/sci-libs/libgdgeda/libgdgeda-2.0.15.ebuild +++ b/sci-libs/libgdgeda/libgdgeda-2.0.15.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/sci-libs/libgdgeda/libgdgeda-2.0.15.ebuild,v 1.3 2006/01/22 00:31:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgdgeda/libgdgeda-2.0.15.ebuild,v 1.4 2006/01/22 14:33:00 plasmaroo Exp $ HOMEPAGE="http://www.geda.seul.org" DESCRIPTION="libgdgeda - a PNG creation library for gEDA" @@ -13,7 +13,11 @@ SLOT="0" DEPEND=">=media-libs/libpng-1.2.1 >=sys-libs/zlib-1.1.4 - virtual/x11" + || ( ( x11-libs/libXt + x11-libs/libXpm + ) + virtual/x11 + )" src_compile() { |