diff options
-rw-r--r-- | media-sound/noteedit/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/noteedit/noteedit-2.8.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/noteedit/ChangeLog b/media-sound/noteedit/ChangeLog index 7b82454e53d9..56c632969c46 100644 --- a/media-sound/noteedit/ChangeLog +++ b/media-sound/noteedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/noteedit # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.28 2008/04/21 14:19:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.29 2008/04/21 17:59:29 fmccor Exp $ + + 21 Apr 2008; Ferris McCormick <fmccor@gentoo.org> + noteedit-2.8.1-r1.ebuild: + Sparc stable --- Bug #218732 --- neat. 21 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> +files/noteedit-2.8.1+gcc-4.3.patch, diff --git a/media-sound/noteedit/noteedit-2.8.1-r1.ebuild b/media-sound/noteedit/noteedit-2.8.1-r1.ebuild index 63fd92afdae7..72031539a080 100644 --- a/media-sound/noteedit/noteedit-2.8.1-r1.ebuild +++ b/media-sound/noteedit/noteedit-2.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild,v 1.2 2008/04/21 14:19:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild,v 1.3 2008/04/21 17:59:29 fmccor Exp $ IUSE="kmid tse3" @@ -16,7 +16,7 @@ SRC_URI="http://download.berlios.de/noteedit/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc sparc ~x86" DEPEND="kmid? ( || ( kde-base/kmid kde-base/kdemultimedia ) ) tse3? ( >=media-libs/tse3-0.3.1 )" |