summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Shattow <jnc@gentoo.org>2005-01-30 01:38:24 +0000
committerEric Shattow <jnc@gentoo.org>2005-01-30 01:38:24 +0000
commita42fc0323d0854611dceb6fddc6028786e790ae3 (patch)
tree04bc0687c69057eb605fd759b54a64204c6cba94 /media-libs/bio2jack
parentversion bump to indicate the changes (diff)
downloadgentoo-2-a42fc0323d0854611dceb6fddc6028786e790ae3.tar.gz
gentoo-2-a42fc0323d0854611dceb6fddc6028786e790ae3.tar.bz2
gentoo-2-a42fc0323d0854611dceb6fddc6028786e790ae3.zip
closes bug #74980
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-libs/bio2jack')
-rw-r--r--media-libs/bio2jack/ChangeLog7
-rw-r--r--media-libs/bio2jack/bio2jack-0.3-r1.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/bio2jack/ChangeLog b/media-libs/bio2jack/ChangeLog
index 852dacbf0613..02eddcc8c09e 100644
--- a/media-libs/bio2jack/ChangeLog
+++ b/media-libs/bio2jack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/bio2jack
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/ChangeLog,v 1.13 2004/12/29 00:39:43 ciaranm Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/ChangeLog,v 1.14 2005/01/30 01:38:24 jnc Exp $
+
+ 29 Jan 2005; Eric Shattow <jnc@gentoo.org> bio2jack-0.3-r1.ebuild:
+ closes bug #74980
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/media-libs/bio2jack/bio2jack-0.3-r1.ebuild b/media-libs/bio2jack/bio2jack-0.3-r1.ebuild
index 95a9e45b7b5c..bc7cb7a4f778 100644
--- a/media-libs/bio2jack/bio2jack-0.3-r1.ebuild
+++ b/media-libs/bio2jack/bio2jack-0.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/bio2jack-0.3-r1.ebuild,v 1.9 2004/12/18 23:58:31 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/bio2jack-0.3-r1.ebuild,v 1.10 2005/01/30 01:38:24 jnc Exp $
IUSE="static"
@@ -28,6 +28,7 @@ src_unpack() {
aclocal || die
automake || die
autoconf || die
+ libtoolize --copy --force ||die
elibtoolize || die
}