diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-25 10:15:25 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-25 10:15:25 +0000 |
commit | 0152945eb4f371cab445199ab0a6db1314513903 (patch) | |
tree | 3db54bb9d1bd201819621e4e9a8664a5351fa16d /kde-base/kdnssd | |
parent | Stable on amd64, bug 112842. (diff) | |
download | gentoo-2-0152945eb4f371cab445199ab0a6db1314513903.tar.gz gentoo-2-0152945eb4f371cab445199ab0a6db1314513903.tar.bz2 gentoo-2-0152945eb4f371cab445199ab0a6db1314513903.zip |
Stable on amd64, bug 112842.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'kde-base/kdnssd')
-rw-r--r-- | kde-base/kdnssd/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdnssd/kdnssd-3.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kdnssd/ChangeLog b/kde-base/kdnssd/ChangeLog index 9a896bd773af..3f107bef2e06 100644 --- a/kde-base/kdnssd/ChangeLog +++ b/kde-base/kdnssd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdnssd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/ChangeLog,v 1.24 2005/11/24 19:30:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/ChangeLog,v 1.25 2005/11/25 10:12:39 cryos Exp $ + + 25 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> kdnssd-3.4.2.ebuild: + Stable on amd64, bug 112842. 24 Nov 2005; Markus Rothe <corsair@gentoo.org> kdnssd-3.4.2.ebuild: Stable on ppc64 diff --git a/kde-base/kdnssd/kdnssd-3.4.2.ebuild b/kde-base/kdnssd/kdnssd-3.4.2.ebuild index 7f642d3f2b5f..8d3322109304 100644 --- a/kde-base/kdnssd/kdnssd-3.4.2.ebuild +++ b/kde-base/kdnssd/kdnssd-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/kdnssd-3.4.2.ebuild,v 1.5 2005/11/24 19:30:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/kdnssd-3.4.2.ebuild,v 1.6 2005/11/25 10:12:39 cryos Exp $ KMNAME=kdenetwork MAXKDEVER=3.4.3 @@ -8,5 +8,5 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" -KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ppc64 sparc ~x86" IUSE="" |