diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:46:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:46:11 +0000 |
commit | 9f3e307aaddcdf38d385ad082b21f786fa7d2024 (patch) | |
tree | 732ed3c45c1f1199702ee4422012a3350e1ed6ac /x11-libs/Xaw3d | |
parent | glibc -> libc, add sed-4 dep (Manifest recommit) (diff) | |
download | gentoo-2-9f3e307aaddcdf38d385ad082b21f786fa7d2024.tar.gz gentoo-2-9f3e307aaddcdf38d385ad082b21f786fa7d2024.tar.bz2 gentoo-2-9f3e307aaddcdf38d385ad082b21f786fa7d2024.zip |
add sed-4 dep
Diffstat (limited to 'x11-libs/Xaw3d')
-rw-r--r-- | x11-libs/Xaw3d/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/Xaw3d/ChangeLog b/x11-libs/Xaw3d/ChangeLog index 825bdd9561d6..fd5bd125f7a9 100644 --- a/x11-libs/Xaw3d/ChangeLog +++ b/x11-libs/Xaw3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/Xaw3d # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.14 2004/06/24 22:09:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.15 2004/06/28 19:42:46 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> Xaw3d-1.5-r1.ebuild: + add sed-4 dep 14 Jun 2004; Tom Gall <tgall@gentoo.org> Xaw3d-1.5-r1.ebuild: ~ppc64 initial x support, bug #53763 diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild index cc3fe5293700..9e4b322ca31f 100644 --- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild +++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.22 2004/06/24 22:09:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.23 2004/06/28 19:42:46 agriffis Exp $ # Ok, hopefully this will resolv the problem with the version of libXaw3d that # gets created. @@ -30,7 +30,8 @@ KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ia64 ~ppc64" IUSE="" # There _might_ be something else, but I doubt it. -DEPEND="virtual/x11" +DEPEND="virtual/x11 + >=sys-apps/sed-4" src_unpack() { unpack ${P}.tar.gz |