diff options
author | Mark Guertin <gerk@gentoo.org> | 2003-03-17 03:32:51 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2003-03-17 03:32:51 +0000 |
commit | 6466abeebd49b60fb2f7a8f9ae57ef91410ebdaf (patch) | |
tree | c7b786c61327094bd74e31f4aadfa80f814e3259 /kde-base/arts | |
parent | fixed bug #16910 (diff) | |
download | historical-6466abeebd49b60fb2f7a8f9ae57ef91410ebdaf.tar.gz historical-6466abeebd49b60fb2f7a8f9ae57ef91410ebdaf.tar.bz2 historical-6466abeebd49b60fb2f7a8f9ae57ef91410ebdaf.zip |
set ppc in keywords
Diffstat (limited to 'kde-base/arts')
-rw-r--r-- | kde-base/arts/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/arts/arts-1.1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/arts/ChangeLog b/kde-base/arts/ChangeLog index 71c8fc1a9807..45627092218d 100644 --- a/kde-base/arts/ChangeLog +++ b/kde-base/arts/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for kde-base/arts # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.38 2003/03/14 21:34:07 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/ChangeLog,v 1.39 2003/03/17 03:32:27 gerk Exp $ 14 Mar 2003; Dan Armak <danarmak@gentoo.org> arts-1.0.5a.ebuild: @@ -14,6 +14,9 @@ *arts-1.1.0-r1 (11 Mar 2003) + 16 Mar 2003; Mark Guertin <gerk@gentoo.org> arts-1.1.0-r1.ebuild: + set ppc in keywords + 11 Mar 2003; Dan Armak <danarmak@gentoo.org> arts-1.1.0-r1.ebuild: Fix bug #16329 (arts not added to paths without kdelibs); goes together with the new kdelibs-3.1-r3. diff --git a/kde-base/arts/arts-1.1.0-r1.ebuild b/kde-base/arts/arts-1.1.0-r1.ebuild index 43d808ac32c1..681738cc7c8a 100644 --- a/kde-base/arts/arts-1.1.0-r1.ebuild +++ b/kde-base/arts/arts-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.1.0-r1.ebuild,v 1.1 2003/03/11 13:31:16 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.1.0-r1.ebuild,v 1.2 2003/03/17 03:32:27 gerk Exp $ inherit kde-base flag-o-matic # this is the arts 1.1 from kde 3.1, as opposed to arts 1.1.0 from kde 3.1 beta2 and friends @@ -8,7 +8,7 @@ inherit kde-base flag-o-matic IUSE="alsa" S=$WORKDIR/$PN-1.1 SRC_URI="mirror://gentoo/arts-1.1_kde-3.1.tar.bz2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ppc ~sparc ~alpha" HOMEPAGE="http://multimedia.kde.org" DESCRIPTION="aRts, the KDE sound (and all-around multimedia) server/output manager" set-kdedir 3.1 |