diff options
-rw-r--r-- | media-sound/pragha/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/pragha/pragha-1.3.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/pragha/ChangeLog b/media-sound/pragha/ChangeLog index 0f20a3825e56..e7523b8b83c1 100644 --- a/media-sound/pragha/ChangeLog +++ b/media-sound/pragha/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/pragha # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v 1.30 2014/03/18 21:28:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v 1.31 2014/03/18 21:33:43 ssuominen Exp $ + + 18 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> pragha-1.3.0.ebuild: + Explicitely pull in autotools.eclass (and dev-util/xfce4-dev-tools) since we + can't rely upon xfconf.eclass running eautoreconf for us since it's broken for + this type of autotoolized package wrt #423115 *pragha-1.3.0 (18 Mar 2014) diff --git a/media-sound/pragha/pragha-1.3.0.ebuild b/media-sound/pragha/pragha-1.3.0.ebuild index dc50ed976d1c..656a01ddbf9d 100644 --- a/media-sound/pragha/pragha-1.3.0.ebuild +++ b/media-sound/pragha/pragha-1.3.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.3.0.ebuild,v 1.2 2014/03/18 21:31:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.3.0.ebuild,v 1.3 2014/03/18 21:33:43 ssuominen Exp $ EAPI=5 -inherit xfconf +inherit autotools xfconf DESCRIPTION="A lightweight music player (with support for the Xfce desktop environment)" HOMEPAGE="http://pragha.wikispaces.com/ http://github.com/matiasdelellis/pragha" |