diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-13 17:20:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-13 17:20:48 +0000 |
commit | 57215677072ecd760bfdff1ad755cbb8e3f998ff (patch) | |
tree | 5d726d787f5b3e22e23d3d4531841c1013ca905f /app-text/stardict | |
parent | Use common tc-getPKG_CONFIG helper. (diff) | |
download | gentoo-2-57215677072ecd760bfdff1ad755cbb8e3f998ff.tar.gz gentoo-2-57215677072ecd760bfdff1ad755cbb8e3f998ff.tar.bz2 gentoo-2-57215677072ecd760bfdff1ad755cbb8e3f998ff.zip |
Use common `tc-export PKG_CONFIG` helper.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/stardict')
-rw-r--r-- | app-text/stardict/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/stardict/stardict-3.0.1-r2.ebuild | 8 | ||||
-rw-r--r-- | app-text/stardict/stardict-3.0.1-r3.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-text/stardict/ChangeLog b/app-text/stardict/ChangeLog index e57aa0fd423e..b261b1cd8b7c 100644 --- a/app-text/stardict/ChangeLog +++ b/app-text/stardict/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/stardict # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.15 2012/01/08 18:53:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.16 2012/01/13 17:20:48 vapier Exp $ + + 13 Jan 2012; Mike Frysinger <vapier@gentoo.org> stardict-3.0.1-r2.ebuild, + stardict-3.0.1-r3.ebuild: + Use common `tc-export PKG_CONFIG` helper. *stardict-3.0.3-r1 (08 Jan 2012) diff --git a/app-text/stardict/stardict-3.0.1-r2.ebuild b/app-text/stardict/stardict-3.0.1-r2.ebuild index fbf8c41f1703..f94aab035b16 100644 --- a/app-text/stardict/stardict-3.0.1-r2.ebuild +++ b/app-text/stardict/stardict-3.0.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.1-r2.ebuild,v 1.5 2011/03/27 12:23:55 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.1-r2.ebuild,v 1.6 2012/01/13 17:20:48 vapier Exp $ EAPI="2" -inherit gnome2 eutils autotools +inherit gnome2 eutils autotools toolchain-funcs # NOTE: Even though the *.dict.dz are the same as dictd/freedict's files, # their indexes seem to be in a different format. So we'll keep them @@ -59,7 +59,7 @@ src_prepare() { } src_configure() { - export PKG_CONFIG=$(type -P pkg-config) + tc-export PKG_CONFIG # Festival plugin crashes, bug 188684. Disable for now. G2CONF="$(use_enable gnome gnome-support) $(use_enable spell) diff --git a/app-text/stardict/stardict-3.0.1-r3.ebuild b/app-text/stardict/stardict-3.0.1-r3.ebuild index 87102d8f3226..8b32c179e653 100644 --- a/app-text/stardict/stardict-3.0.1-r3.ebuild +++ b/app-text/stardict/stardict-3.0.1-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.1-r3.ebuild,v 1.4 2011/09/21 23:55:12 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.1-r3.ebuild,v 1.5 2012/01/13 17:20:48 vapier Exp $ EAPI="2" -inherit gnome2 eutils autotools +inherit gnome2 eutils autotools toolchain-funcs # NOTE: Even though the *.dict.dz are the same as dictd/freedict's files, # their indexes seem to be in a different format. So we'll keep them @@ -61,7 +61,7 @@ src_prepare() { } src_configure() { - export PKG_CONFIG=$(type -P pkg-config) + tc-export PKG_CONFIG # Festival plugin crashes, bug 188684. Disable for now. G2CONF="$(use_enable gnome gnome-support) $(use_enable spell) |