diff options
author | 2005-10-12 12:57:52 +0000 | |
---|---|---|
committer | 2005-10-12 12:57:52 +0000 | |
commit | 5377903f85b68e1176ddd7a1d888216b725ba1b8 (patch) | |
tree | c6844320c37d2c4329d37d48f664273748d7b13e /kde-base | |
parent | fix DEPEND (diff) | |
download | historical-5377903f85b68e1176ddd7a1d888216b725ba1b8.tar.gz historical-5377903f85b68e1176ddd7a1d888216b725ba1b8.tar.bz2 historical-5377903f85b68e1176ddd7a1d888216b725ba1b8.zip |
Add missing inherit eutils
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kttsd/Manifest | 2 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-3.4.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kde-base/kttsd/Manifest b/kde-base/kttsd/Manifest index 16021e198f67..95d33b022fb6 100644 --- a/kde-base/kttsd/Manifest +++ b/kde-base/kttsd/Manifest @@ -1,5 +1,5 @@ MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -MD5 051a9ae02162feb747c984b2a659ba3e kttsd-3.4.2.ebuild 1175 +MD5 5fc50253c205fd398f9f2a86d2a6c788 kttsd-3.4.2.ebuild 1182 MD5 b35051402bbd0df1e98ad85195319cb7 kttsd-3.5_beta1.ebuild 897 MD5 00fbd1919014e996f1d05ec2db48a260 ChangeLog 2432 MD5 3f87cd5313f5f4d6b6c33e5d2009b675 kttsd-3.4.1.ebuild 1162 diff --git a/kde-base/kttsd/kttsd-3.4.2.ebuild b/kde-base/kttsd/kttsd-3.4.2.ebuild index 5be76d8c4106..54279a49a837 100644 --- a/kde-base/kttsd/kttsd-3.4.2.ebuild +++ b/kde-base/kttsd/kttsd-3.4.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.4.2.ebuild,v 1.2 2005/08/08 20:01:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.4.2.ebuild,v 1.3 2005/10/12 12:57:52 greg_g Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta +inherit kde-meta eutils DESCRIPTION="KDE text-to-speech subsystem" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" |