diff options
author | Johannes Huber <johu@gentoo.org> | 2013-06-29 12:14:41 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-06-29 12:14:41 +0000 |
commit | db314a89b70c08ad4047f673fea5e5ac697f2053 (patch) | |
tree | ddbaf41cf0a42c3a678f2022007008cc677a2e9c /kde-misc/kolor-manager/kolor-manager-1.0.1.ebuild | |
parent | Remove older insecure stable version (diff) | |
download | gentoo-2-db314a89b70c08ad4047f673fea5e5ac697f2053.tar.gz gentoo-2-db314a89b70c08ad4047f673fea5e5ac697f2053.tar.bz2 gentoo-2-db314a89b70c08ad4047f673fea5e5ac697f2053.zip |
Simplify ebuild by raising dep dev-libs/oyranos.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/kolor-manager/kolor-manager-1.0.1.ebuild')
-rw-r--r-- | kde-misc/kolor-manager/kolor-manager-1.0.1.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/kde-misc/kolor-manager/kolor-manager-1.0.1.ebuild b/kde-misc/kolor-manager/kolor-manager-1.0.1.ebuild index 3d0db94f42af..55b6d1a0d6f9 100644 --- a/kde-misc/kolor-manager/kolor-manager-1.0.1.ebuild +++ b/kde-misc/kolor-manager/kolor-manager-1.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kolor-manager/kolor-manager-1.0.1.ebuild,v 1.1 2013/04/15 23:26:51 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kolor-manager/kolor-manager-1.0.1.ebuild,v 1.2 2013/06/29 12:14:41 johu Exp $ EAPI=5 -inherit eutils kde4-base +inherit kde4-base DESCRIPTION="KControl module for Oyranos CMS cross desktop settings." HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=Kolor-manager" @@ -16,14 +16,8 @@ SLOT="4" IUSE="debug" DEPEND=" - >=media-libs/oyranos-0.9.0 + >=media-libs/oyranos-0.9.3 media-libs/libXcm x11-libs/libXrandr " RDEPEND="${DEPEND}" - -src_prepare(){ - if has_version "<media-libs/oyranos-0.9.3" ; then - cp "${FILESDIR}"/FindOyranos.cmake cmake/modules/ || die - fi -} |