diff options
author | 2016-09-18 12:09:01 +0200 | |
---|---|---|
committer | 2016-09-18 13:01:08 +0200 | |
commit | 3a1ca4482de12e7d7a30bef1dc67eb3f8ab9763f (patch) | |
tree | c0c2fda2e3bf4fc6507e11af56be40fdc5bd7964 /media-sound | |
parent | media-sound/potamus: Drop old (diff) | |
download | gentoo-3a1ca4482de12e7d7a30bef1dc67eb3f8ab9763f.tar.gz gentoo-3a1ca4482de12e7d7a30bef1dc67eb3f8ab9763f.tar.bz2 gentoo-3a1ca4482de12e7d7a30bef1dc67eb3f8ab9763f.zip |
media-sound/neutrino: Needs rarian at build time (#514326), bump eapi
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/neutrino/neutrino-0.8.4.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/media-sound/neutrino/neutrino-0.8.4.ebuild b/media-sound/neutrino/neutrino-0.8.4.ebuild index aa4f408c7e92..26ba8eccf44d 100644 --- a/media-sound/neutrino/neutrino-0.8.4.ebuild +++ b/media-sound/neutrino/neutrino-0.8.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 inherit gnome2 DESCRIPTION="A GNOME application to manage Creative music players using the PDE protocol" @@ -14,22 +14,22 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=gnome-base/libgnome-2 +RDEPEND=" + >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 >=gnome-base/libglade-2 dev-libs/libxml2 >=gnome-base/gnome-vfs-2 >=gnome-base/gconf-2 >=media-libs/libnjb-2.2 - >=media-libs/id3lib-3.8.3-r6" + >=media-libs/id3lib-3.8.3-r6 +" DEPEND="${RDEPEND} + app-text/rarian virtual/pkgconfig - dev-util/intltool" + dev-util/intltool +" -DOCS="AUTHORS ChangeLog README TODO" MAKEOPTS="${MAKEOPTS} -j1" -src_prepare() { - epatch "${FILESDIR}/${PN}-0.8.4-glib-single-include.patch" - gnome2_src_prepare -} +PATCHES=( "${FILESDIR}/${PN}-0.8.4-glib-single-include.patch" ) |