diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-26 19:50:03 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-26 19:50:03 +0000 |
commit | 02b6d7cafd1d375e88084fafcf413ac64ee0c394 (patch) | |
tree | ab0235ea7b03ee9374e92b4a15e8ebe221f0f877 /media-sound/audtty | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-02b6d7cafd1d375e88084fafcf413ac64ee0c394.tar.gz gentoo-2-02b6d7cafd1d375e88084fafcf413ac64ee0c394.tar.bz2 gentoo-2-02b6d7cafd1d375e88084fafcf413ac64ee0c394.zip |
Fix quoting.
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'media-sound/audtty')
-rw-r--r-- | media-sound/audtty/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audtty/audtty-0.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/audtty/ChangeLog b/media-sound/audtty/ChangeLog index de8e11dc0134..d90e4d4f4522 100644 --- a/media-sound/audtty/ChangeLog +++ b/media-sound/audtty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/audtty # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.5 2006/03/04 21:59:23 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.6 2006/05/26 19:50:03 flameeyes Exp $ + + 26 May 2006; Diego Pettenò <flameeyes@gentoo.org> audtty-0.1.3.ebuild: + Fix quoting. 04 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> audtty-0.1.3.ebuild: Add ~alpha keyword, wrt bug #125011. Tested by Thomas Cort diff --git a/media-sound/audtty/audtty-0.1.3.ebuild b/media-sound/audtty/audtty-0.1.3.ebuild index f39dc459d4fa..7672b118c1af 100644 --- a/media-sound/audtty/audtty-0.1.3.ebuild +++ b/media-sound/audtty/audtty-0.1.3.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/media-sound/audtty/audtty-0.1.3.ebuild,v 1.3 2006/03/04 21:59:23 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.3.ebuild,v 1.4 2006/05/26 19:50:03 flameeyes Exp $ inherit autotools @@ -20,7 +20,7 @@ DEPEND="sys-libs/ncurses src_unpack() { unpack ${A} - cd ${S} + cd "${S}" eautoreconf } |