diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-26 06:33:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-26 06:33:43 +0000 |
commit | 071964f214bfdfcd6532d83fd6753244971a371f (patch) | |
tree | 913dfb18a29fd048bac356ea757aba3200252d74 /x11-libs/openmotif | |
parent | Fix possible buffer overflow (CVE-2006-2935), bug #139321 (diff) | |
download | gentoo-2-071964f214bfdfcd6532d83fd6753244971a371f.tar.gz gentoo-2-071964f214bfdfcd6532d83fd6753244971a371f.tar.bz2 gentoo-2-071964f214bfdfcd6532d83fd6753244971a371f.zip |
modX deps from openmotif-2.2.3-r8
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3-r3.ebuild | 16 |
2 files changed, 18 insertions, 4 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 8fcb9cf2e5b4..9465d7d0eaac 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.129 2006/08/06 01:47:52 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.130 2006/08/26 06:33:43 mr_bones_ Exp $ + + 26 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> + openmotif-2.2.3-r3.ebuild: + modX deps from openmotif-2.2.3-r8 05 Aug 2006; Chris White <chriswhite@gentoo.org> -openmotif-2.1.30-r9.ebuild: diff --git a/x11-libs/openmotif/openmotif-2.2.3-r3.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r3.ebuild index 7c8513a27c14..151cbd7c5a6a 100644 --- a/x11-libs/openmotif/openmotif-2.2.3-r3.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3-r3.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/x11-libs/openmotif/openmotif-2.2.3-r3.ebuild,v 1.13 2006/06/27 18:04:20 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r3.ebuild,v 1.14 2006/08/26 06:33:43 mr_bones_ Exp $ inherit eutils libtool flag-o-matic multilib @@ -17,13 +17,23 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos sparc x86" IUSE="" DEPEND="virtual/libc - virtual/x11 + || ( ( x11-libs/libXmu + x11-libs/libXaw + x11-libs/libXp + x11-proto/printproto + ) + virtual/x11 + ) >=sys-apps/sed-4 !ppc-macos? ( =sys-devel/automake-1.4* ) sys-devel/autoconf !virtual/motif" RDEPEND="virtual/libc - virtual/x11 + || ( ( x11-proto/xextproto + x11-misc/xbitmaps + ) + virtual/x11 + ) !virtual/motif" PROVIDE="virtual/motif" |