diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-18 21:31:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-18 21:31:57 +0000 |
commit | 63262a13d56f7ce2a5f8d8f17b48d27e9aaca27c (patch) | |
tree | 763176586a600ea76fe1eefaf39a5c2edb18d614 /media-sound/pragha | |
parent | Version bump to a version making use of the GTK+-3.x libxfce4ui library from ... (diff) | |
download | gentoo-2-63262a13d56f7ce2a5f8d8f17b48d27e9aaca27c.tar.gz gentoo-2-63262a13d56f7ce2a5f8d8f17b48d27e9aaca27c.tar.bz2 gentoo-2-63262a13d56f7ce2a5f8d8f17b48d27e9aaca27c.zip |
tidy
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-sound/pragha')
-rw-r--r-- | media-sound/pragha/pragha-1.3.0.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/media-sound/pragha/pragha-1.3.0.ebuild b/media-sound/pragha/pragha-1.3.0.ebuild index 9e3aad41063d..dc50ed976d1c 100644 --- a/media-sound/pragha/pragha-1.3.0.ebuild +++ b/media-sound/pragha/pragha-1.3.0.ebuild @@ -1,10 +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.1 2014/03/18 21:28:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.3.0.ebuild,v 1.2 2014/03/18 21:31:57 ssuominen Exp $ EAPI=5 -EAUTORECONF=1 -inherit flag-o-matic xfconf +inherit xfconf DESCRIPTION="A lightweight music player (with support for the Xfce desktop environment)" HOMEPAGE="http://pragha.wikispaces.com/ http://github.com/matiasdelellis/pragha" @@ -84,10 +83,3 @@ src_prepare() { xfconf_src_prepare } - -src_configure() { - # src/cdda.h should #include config.h to get this defined: - # http://github.com/matiasdelellis/pragha/issues/46 -# append-cppflags -DHAVE_PARANOIA_NEW_INCLUDES - xfconf_src_configure -} |