diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-02-04 08:21:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-02-04 08:21:45 +0000 |
commit | 97be5e78ca3409c5e27972fc71d001b5bf1a8f62 (patch) | |
tree | 5096e75f1c61e6b06585e40840517985d4c5ae8b /media-libs/libgpod | |
parent | Version Bump, Fix the common coinor pkg-config installation problem (diff) | |
download | gentoo-2-97be5e78ca3409c5e27972fc71d001b5bf1a8f62.tar.gz gentoo-2-97be5e78ca3409c5e27972fc71d001b5bf1a8f62.tar.bz2 gentoo-2-97be5e78ca3409c5e27972fc71d001b5bf1a8f62.zip |
Use mono-env.eclass instead of mono.eclass as per repoman.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/libgpod')
-rw-r--r-- | media-libs/libgpod/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.8.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libgpod/ChangeLog b/media-libs/libgpod/ChangeLog index 9b7c68af571e..052e94eee759 100644 --- a/media-libs/libgpod/ChangeLog +++ b/media-libs/libgpod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libgpod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.99 2014/02/04 08:19:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.100 2014/02/04 08:21:45 ssuominen Exp $ + + 04 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> libgpod-0.8.3.ebuild: + Use mono-env.eclass instead of mono.eclass as per repoman. *libgpod-0.8.3 (04 Feb 2014) diff --git a/media-libs/libgpod/libgpod-0.8.3.ebuild b/media-libs/libgpod/libgpod-0.8.3.ebuild index 61ebb1b87bf9..acd1ac49e7b1 100644 --- a/media-libs/libgpod/libgpod-0.8.3.ebuild +++ b/media-libs/libgpod/libgpod-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.3.ebuild,v 1.1 2014/02/04 08:19:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.8.3.ebuild,v 1.2 2014/02/04 08:21:45 ssuominen Exp $ EAPI=5 @@ -8,7 +8,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit eutils mono python-single-r1 udev +inherit eutils mono-env python-single-r1 udev DESCRIPTION="Shared library to access the contents of an iPod" HOMEPAGE="http://www.gtkpod.org/libgpod/" @@ -46,6 +46,7 @@ DEPEND="${RDEPEND} DOCS="AUTHORS NEWS README* TROUBLESHOOTING" pkg_setup() { + use mono && mono-env_pkg_setup use python && python-single-r1_pkg_setup } |