diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-12 10:43:59 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-12 10:43:59 +0000 |
commit | 51ad59a9f28721495afbd5c5893cf0db37a62bb1 (patch) | |
tree | bf50251dbab7fbabf17b73edc4413eebfca16244 /media-libs/libxspf | |
parent | Use export XDG_CONFIG_HOME="${T}" to avoid sandbox violations (diff) | |
download | gentoo-2-51ad59a9f28721495afbd5c5893cf0db37a62bb1.tar.gz gentoo-2-51ad59a9f28721495afbd5c5893cf0db37a62bb1.tar.bz2 gentoo-2-51ad59a9f28721495afbd5c5893cf0db37a62bb1.zip |
Remove unset XDG_CONFIG_HOME and inherit qt4 which does this for us now.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libxspf')
-rw-r--r-- | media-libs/libxspf/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libxspf/libxspf-1.2.0.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-libs/libxspf/ChangeLog b/media-libs/libxspf/ChangeLog index e48990accb69..97b6c4f0942d 100644 --- a/media-libs/libxspf/ChangeLog +++ b/media-libs/libxspf/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for media-libs/libxspf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v 1.3 2009/05/11 19:25:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v 1.4 2009/05/12 10:43:59 ssuominen Exp $ + + 12 May 2009; Samuli Suominen <ssuominen@gentoo.org> libxspf-1.2.0.ebuild: + Remove unset XDG_CONFIG_HOME and inherit qt4 which does this for us now. 11 May 2009; Samuli Suominen <ssuominen@gentoo.org> libxspf-1.2.0.ebuild: - unset XDG_CONFIG_HOME because otherwise doxygen fails with sandbox + unset XDG_CONFIG_HOME because otherwise qt-assistant fails with sandbox violation, thanks to Alexis Ballier. 10 May 2009; Samuli Suominen <ssuominen@gentoo.org> libxspf-1.2.0.ebuild: diff --git a/media-libs/libxspf/libxspf-1.2.0.ebuild b/media-libs/libxspf/libxspf-1.2.0.ebuild index bc105b800f15..d2302a3719a3 100644 --- a/media-libs/libxspf/libxspf-1.2.0.ebuild +++ b/media-libs/libxspf/libxspf-1.2.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.3 2009/05/11 19:25:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.4 2009/05/12 10:43:59 ssuominen Exp $ EAPI=2 -inherit eutils +inherit eutils qt4 DESCRIPTION="Playlist handling library" HOMEPAGE="http://libspiff.sourceforge.net" @@ -28,7 +28,6 @@ src_prepare() { } src_configure() { - unset XDG_CONFIG_HOME econf \ --docdir=/usr/share/doc/${PF} \ --disable-dependency-tracking \ |