diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:04:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:04:56 +0000 |
commit | 34e34f365b5185295e27aea07a7c51256fa099e4 (patch) | |
tree | 78e695f3f94b0c0bbcbf6d4b9fcfa4fbea6220e8 /x11-libs/openmotif | |
parent | Revision bump. (Manifest recommit) (diff) | |
download | gentoo-2-34e34f365b5185295e27aea07a7c51256fa099e4.tar.gz gentoo-2-34e34f365b5185295e27aea07a7c51256fa099e4.tar.bz2 gentoo-2-34e34f365b5185295e27aea07a7c51256fa099e4.zip |
glibc -> libc, add sed-4 dep
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r4.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r5.ebuild | 7 |
3 files changed, 13 insertions, 7 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 01644d21dcee..cf66e795b502 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.46 2004/06/24 22:06:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.47 2004/06/28 19:04:56 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> openmotif-2.1.30-r4.ebuild, + openmotif-2.1.30-r5.ebuild: + glibc -> libc, add sed-4 dep 31 May 2004; Travis Tilley <lv@gentoo.org> -files/openmotif-2.1.30-gcc34.patch, openmotif-2.1.30-r5.ebuild: diff --git a/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild index 5342c743b189..10515860f364 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r4.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/openmotif/openmotif-2.1.30-r4.ebuild,v 1.8 2004/06/24 22:06:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild,v 1.9 2004/06/28 19:04:56 agriffis Exp $ inherit eutils @@ -12,8 +12,9 @@ HOMEPAGE="http://www.metrolink.com/openmotif/" LICENSE="MOTIF" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips" IUSE="" -DEPEND="virtual/glibc - virtual/x11" +DEPEND="virtual/libc + virtual/x11 + >=sys-apps/sed-4" SLOT="0" diff --git a/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild index 0f655d51ba46..700f54405bf8 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r5.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/openmotif/openmotif-2.1.30-r5.ebuild,v 1.7 2004/06/24 22:06:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild,v 1.8 2004/06/28 19:04:56 agriffis Exp $ inherit eutils @@ -12,8 +12,9 @@ HOMEPAGE="http://www.metrolink.com/openmotif/" LICENSE="MOTIF" KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa amd64 ~ia64" IUSE="" -DEPEND="virtual/glibc - virtual/x11" +DEPEND="virtual/libc + virtual/x11 + >=sys-apps/sed-4" SLOT="0" |