diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-01-28 19:29:05 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-01-28 19:29:05 +0000 |
commit | d1fc1c86e4d7799d1acfedb6434ca8de43f8c96e (patch) | |
tree | 10089db89be66826e65a4f4ba9ed2da2054b1150 | |
parent | Bump patchset to make it compile with gcc-4.3, wrt #204703 (diff) | |
download | gentoo-2-d1fc1c86e4d7799d1acfedb6434ca8de43f8c96e.tar.gz gentoo-2-d1fc1c86e4d7799d1acfedb6434ca8de43f8c96e.tar.bz2 gentoo-2-d1fc1c86e4d7799d1acfedb6434ca8de43f8c96e.zip |
Marked stable on amd64 as per bug 207634.
(Portage version: 2.1.4)
-rw-r--r-- | kde-base/artsplugin-audiofile/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.8.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/artsplugin-audiofile/ChangeLog b/kde-base/artsplugin-audiofile/ChangeLog index 52a43c492bf4..01675180c323 100644 --- a/kde-base/artsplugin-audiofile/ChangeLog +++ b/kde-base/artsplugin-audiofile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/artsplugin-audiofile -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/ChangeLog,v 1.52 2007/10/19 21:47:22 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/ChangeLog,v 1.53 2008/01/28 19:29:05 philantrop Exp $ + + 28 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org> + artsplugin-audiofile-3.5.8.ebuild: + Marked stable on amd64 as per bug 207634. *artsplugin-audiofile-3.5.8 (19 Oct 2007) diff --git a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.8.ebuild b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.8.ebuild index 6963894af38a..df9518c098b4 100644 --- a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.8.ebuild +++ b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.8.ebuild,v 1.1 2007/10/19 21:47:22 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.8.ebuild,v 1.2 2008/01/28 19:29:05 philantrop Exp $ ARTS_REQUIRED="yes" KMNAME=kdemultimedia @@ -10,6 +10,6 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="arts audiofile plugin" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="media-libs/audiofile" |