diff options
author | Mike Auty <ikelos@gentoo.org> | 2007-09-17 19:00:36 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2007-09-17 19:00:36 +0000 |
commit | 2263aa3b1bf0fe35c7a1d5f206c507d7bea0a4b8 (patch) | |
tree | 4b7855c533bf9f9783c8dbf35ddba2e88d947215 /x11-libs | |
parent | x86 stable, bug #192696 (diff) | |
download | gentoo-2-2263aa3b1bf0fe35c7a1d5f206c507d7bea0a4b8.tar.gz gentoo-2-2263aa3b1bf0fe35c7a1d5f206c507d7bea0a4b8.tar.bz2 gentoo-2-2263aa3b1bf0fe35c7a1d5f206c507d7bea0a4b8.zip |
Fixing man page file collision caused by hardcoded slot number.
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index f502c5cb543c..0f1278ea852a 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.138 2007/09/16 06:49:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.139 2007/09/17 19:00:36 ikelos Exp $ + + 17 Sep 2007; Mike Auty <ikelos@gentoo.org> openmotif-2.3.0.ebuild: + Fixing man page file collision caused by hardcoded slot number. 16 Sep 2007; Jeroen Roovers <jer@gentoo.org> openmotif-2.3.0.ebuild: Restoring ~arch keywords (bug #183736). diff --git a/x11-libs/openmotif/openmotif-2.3.0.ebuild b/x11-libs/openmotif/openmotif-2.3.0.ebuild index 5033dfdb0fe0..5fce716705f6 100644 --- a/x11-libs/openmotif/openmotif-2.3.0.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.3 2007/09/16 13:34:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.4 2007/09/17 19:00:36 ikelos Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.6" @@ -93,7 +93,7 @@ src_install() { for file in `ls ${D}/usr/share/man/man${man}` do file=${file/.${man}/} - mv ${D}/usr/share/man/man$man/${file}.${man} ${D}/usr/share/man/man${man}/${file}-openmotif-2.2.${man} + mv ${D}/usr/share/man/man$man/${file}.${man} ${D}/usr/share/man/man${man}/${file}-openmotif-${SLOT}.${man} done done |