diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-07 15:28:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-07 15:28:28 +0000 |
commit | 40a854120f0b282911a0ae4300e47797e8e68529 (patch) | |
tree | 981c6e3e603335f7407bdfc0bfe46c2415979aef /xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild | |
parent | fixed fperms star issue. Bug 393225 (diff) | |
download | gentoo-2-40a854120f0b282911a0ae4300e47797e8e68529.tar.gz gentoo-2-40a854120f0b282911a0ae4300e47797e8e68529.tar.bz2 gentoo-2-40a854120f0b282911a0ae4300e47797e8e68529.zip |
Fix underlinking of libdict as reported by Jeremy Olexa.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild')
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild index e617e7b3bda9..5874d1c5dc0b 100644 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild +++ b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild,v 1.9 2011/05/19 20:46:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild,v 1.10 2011/12/07 15:28:28 ssuominen Exp $ EAPI=4 +EAUTORECONF=yes inherit xfconf DESCRIPTION="A dict.org querying application and panel plug-in for the Xfce desktop" @@ -12,7 +13,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/0.6/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" -IUSE="debug" +IUSE="" RDEPEND=">=dev-libs/glib-2.6:2 >=x11-libs/gtk+-2.6:2 @@ -24,6 +25,6 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - XFCONF=( $(xfconf_use_debug) ) + PATCHES=( "${FILESDIR}"/${P}-underlinking.patch ) DOCS=( AUTHORS ChangeLog README ) } |