diff options
author | 2015-02-14 14:35:14 +0000 | |
---|---|---|
committer | 2015-02-14 14:35:14 +0000 | |
commit | 94baba8c76396b07cdee22f88bb8bee97c82b944 (patch) | |
tree | b37d839d2756b15b90f7579176a1b3a17aa8b942 /kde-base/zeroconf-ioslave | |
parent | Drop old; fix dependencies versions (diff) | |
download | gentoo-2-94baba8c76396b07cdee22f88bb8bee97c82b944.tar.gz gentoo-2-94baba8c76396b07cdee22f88bb8bee97c82b944.tar.bz2 gentoo-2-94baba8c76396b07cdee22f88bb8bee97c82b944.zip |
Stable for x86 wrt bug #517344
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/zeroconf-ioslave')
-rw-r--r-- | kde-base/zeroconf-ioslave/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/zeroconf-ioslave/zeroconf-ioslave-4.14.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/kde-base/zeroconf-ioslave/ChangeLog b/kde-base/zeroconf-ioslave/ChangeLog index 8301564da026..d8949bdaac27 100644 --- a/kde-base/zeroconf-ioslave/ChangeLog +++ b/kde-base/zeroconf-ioslave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/zeroconf-ioslave -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/zeroconf-ioslave/ChangeLog,v 1.23 2014/12/11 15:45:09 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/zeroconf-ioslave/ChangeLog,v 1.24 2015/02/14 14:35:09 ago Exp $ + + 14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> zeroconf-ioslave-4.14.3.ebuild: + Stable for x86 wrt bug #517344 11 Dec 2014; Manuel Rüger <mrueg@gentoo.org> -zeroconf-ioslave-4.14.2.ebuild: Remove KDE SC 4.14.2 diff --git a/kde-base/zeroconf-ioslave/zeroconf-ioslave-4.14.3.ebuild b/kde-base/zeroconf-ioslave/zeroconf-ioslave-4.14.3.ebuild index af48912966bf..c96fe136b429 100644 --- a/kde-base/zeroconf-ioslave/zeroconf-ioslave-4.14.3.ebuild +++ b/kde-base/zeroconf-ioslave/zeroconf-ioslave-4.14.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/zeroconf-ioslave/zeroconf-ioslave-4.14.3.ebuild,v 1.2 2014/12/11 13:05:48 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/zeroconf-ioslave/zeroconf-ioslave-4.14.3.ebuild,v 1.3 2015/02/14 14:35:09 ago Exp $ EAPI=5 inherit kde4-base DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" RDEPEND="!kde-base/kdnssd:4" |