diff options
author | Olivier Crête <tester@gentoo.org> | 2007-04-11 18:37:47 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2007-04-11 18:37:47 +0000 |
commit | 44ea56529f4f79f872e8bb06e02a27c51c9d0428 (patch) | |
tree | 18014766b5cce2591a27d626b12c1afa5be81950 /app-dicts/verbiste | |
parent | Stable on amd64 wrt bug 170301 (diff) | |
download | gentoo-2-44ea56529f4f79f872e8bb06e02a27c51c9d0428.tar.gz gentoo-2-44ea56529f4f79f872e8bb06e02a27c51c9d0428.tar.bz2 gentoo-2-44ea56529f4f79f872e8bb06e02a27c51c9d0428.zip |
Replace which with type -P
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-dicts/verbiste')
-rw-r--r-- | app-dicts/verbiste/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/verbiste/verbiste-0.1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-dicts/verbiste/ChangeLog b/app-dicts/verbiste/ChangeLog index d4d9096d2b76..8d2066782851 100644 --- a/app-dicts/verbiste/ChangeLog +++ b/app-dicts/verbiste/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/verbiste # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/ChangeLog,v 1.23 2007/03/13 16:01:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/ChangeLog,v 1.24 2007/04/11 18:37:47 tester Exp $ + + 11 Apr 2007; <tester@gentoo.org> verbiste-0.1.16.ebuild: + Replace which with type -P 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> verbiste-0.1.16.ebuild: x86 stable diff --git a/app-dicts/verbiste/verbiste-0.1.16.ebuild b/app-dicts/verbiste/verbiste-0.1.16.ebuild index 262fd2731a4a..994ea5c94e30 100644 --- a/app-dicts/verbiste/verbiste-0.1.16.ebuild +++ b/app-dicts/verbiste/verbiste-0.1.16.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/app-dicts/verbiste/verbiste-0.1.16.ebuild,v 1.4 2007/03/13 16:01:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.16.ebuild,v 1.5 2007/04/11 18:37:47 tester Exp $ inherit autotools eutils @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} #from enlightenment eclass gettext_modify() { # use nls || return 0 - cp $(which gettextize) "${T}"/ || die "could not copy gettextize" + cp $(type -P gettextize) "${T}"/ || die "could not copy gettextize" sed -i \ -e 's:read dummy < /dev/tty::' \ "${T}"/gettextize |