diff options
author | 2013-05-01 15:32:55 +0000 | |
---|---|---|
committer | 2013-05-01 15:32:55 +0000 | |
commit | 1fa263ce8fcbab1bfa39d3d73dd2f7173c3623ba (patch) | |
tree | 586e4dd9eda9a376f3525535febb21977102379a /x11-libs/motif/motif-2.2.3-r12.ebuild | |
parent | x11-themes/pidgin-smileys removal due to licensing issue wrt #452420 (diff) | |
download | gentoo-2-1fa263ce8fcbab1bfa39d3d73dd2f7173c3623ba.tar.gz gentoo-2-1fa263ce8fcbab1bfa39d3d73dd2f7173c3623ba.tar.bz2 gentoo-2-1fa263ce8fcbab1bfa39d3d73dd2f7173c3623ba.zip |
Fix build failure with automake 1.13, bug 467230.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'x11-libs/motif/motif-2.2.3-r12.ebuild')
-rw-r--r-- | x11-libs/motif/motif-2.2.3-r12.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/motif/motif-2.2.3-r12.ebuild b/x11-libs/motif/motif-2.2.3-r12.ebuild index 90c2e30133da..fef80402a63e 100644 --- a/x11-libs/motif/motif-2.2.3-r12.ebuild +++ b/x11-libs/motif/motif-2.2.3-r12.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.2.3-r12.ebuild,v 1.4 2013/05/01 10:37:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.2.3-r12.ebuild,v 1.5 2013/05/01 15:32:55 ulm Exp $ EAPI=5 -WANT_AUTOMAKE="1.12" inherit autotools eutils flag-o-matic multilib multilib-minimal @@ -11,7 +10,7 @@ MY_P=openMotif-${PV} DESCRIPTION="Legacy Open Motif libraries for old binaries" HOMEPAGE="http://motif.ics.com/" SRC_URI="ftp://ftp.ics.com/openmotif/2.2/${PV}/src/${MY_P}.tar.gz - mirror://gentoo/openmotif-${PV}-patches-4.tar.bz2" + mirror://gentoo/openmotif-${PV}-patches-5.tar.xz" LICENSE="MOTIF MIT" SLOT="2.2" |