diff options
author | Joe McCann <joem@gentoo.org> | 2005-10-29 22:38:41 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-10-29 22:38:41 +0000 |
commit | 7a9681948f3ec367f94c03cfdb703d4402ac163a (patch) | |
tree | de4a3d0f7f42304a3bf0cd29b0dafda421d3567e /gnome-extra/libgsf | |
parent | Fix keyword sobstitution, take 2. (diff) | |
download | gentoo-2-7a9681948f3ec367f94c03cfdb703d4402ac163a.tar.gz gentoo-2-7a9681948f3ec367f94c03cfdb703d4402ac163a.tar.bz2 gentoo-2-7a9681948f3ec367f94c03cfdb703d4402ac163a.zip |
Fix typo in USE_DESTDIR. Thanks to Matt Hamilton for noticing
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'gnome-extra/libgsf')
-rw-r--r-- | gnome-extra/libgsf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.13.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-extra/libgsf/ChangeLog b/gnome-extra/libgsf/ChangeLog index 103859daeb55..df502449b35f 100644 --- a/gnome-extra/libgsf/ChangeLog +++ b/gnome-extra/libgsf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/libgsf # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.66 2005/10/29 06:03:11 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.67 2005/10/29 22:38:41 joem Exp $ + + 29 Oct 2005; Joe McCann <joem@gentoo.org> libgsf-1.13.2.ebuild: + Fix typo in USE_DESTDIR. Thanks to Matt Hamilton for noticing 29 Oct 2005; Joe McCann <joem@gentoo.org> libgsf-1.13.2.ebuild: Add preserve_old_lib function to deal with the so name change. This should diff --git a/gnome-extra/libgsf/libgsf-1.13.2.ebuild b/gnome-extra/libgsf/libgsf-1.13.2.ebuild index c57883b835ca..622ee542659a 100644 --- a/gnome-extra/libgsf/libgsf-1.13.2.ebuild +++ b/gnome-extra/libgsf/libgsf-1.13.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.13.2.ebuild,v 1.2 2005/10/29 06:03:11 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.13.2.ebuild,v 1.3 2005/10/29 22:38:41 joem Exp $ inherit eutils gnome2 @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.29" G2CONF="${G2CONF} $(use_with bzip2 bz2) $(use_with gnome) $(use_enable static)" -USE_DESTRIR="1" +USE_DESTDIR="1" src_install() { gnome2_src_install |