diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/nted/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/nted/nted-1.10.18-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/nted/ChangeLog b/media-sound/nted/ChangeLog index 3939d879d106..e843e3c89b1b 100644 --- a/media-sound/nted/ChangeLog +++ b/media-sound/nted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/nted -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.43 2014/12/31 15:57:21 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.44 2015/01/26 21:13:02 pacho Exp $ + + 26 Jan 2015; Pacho Ramos <pacho@gentoo.org> nted-1.10.18-r3.ebuild: + Raise freetype dep (#516456) 31 Dec 2014; Michael Palimaka <kensington@gentoo.org> -nted-1.10.18-r1.ebuild: Remove old. diff --git a/media-sound/nted/nted-1.10.18-r3.ebuild b/media-sound/nted/nted-1.10.18-r3.ebuild index b77f6aed5851..fd342ebab19e 100644 --- a/media-sound/nted/nted-1.10.18-r3.ebuild +++ b/media-sound/nted/nted-1.10.18-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.10.18-r3.ebuild,v 1.5 2014/07/04 19:52:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.10.18-r3.ebuild,v 1.6 2015/01/26 21:13:02 pacho Exp $ EAPI=5 AUTOTOOLS_IN_SOURCE_BUILD=1 @@ -20,7 +20,7 @@ IUSE="doc debug nls" RDEPEND=" >=dev-libs/glib-2:2 media-libs/alsa-lib - >=media-libs/freetype-2 + >=media-libs/freetype-2.5.1 x11-libs/cairo >=x11-libs/gdk-pixbuf-2 x11-libs/gtk+:2 |