summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-04-11 16:29:03 +0000
committerJeroen Roovers <jer@gentoo.org>2014-04-11 16:29:03 +0000
commitcbc9f0f922c630787b48fa3dd22f00253eb01590 (patch)
treeaa6a0f7218d2eb77ae962f74a580bcdbf2af2510 /sys-libs
parentStable for HPPA (bug #507150). (diff)
downloadgentoo-2-cbc9f0f922c630787b48fa3dd22f00253eb01590.tar.gz
gentoo-2-cbc9f0f922c630787b48fa3dd22f00253eb01590.tar.bz2
gentoo-2-cbc9f0f922c630787b48fa3dd22f00253eb01590.zip
Stable for HPPA (bug #507154).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/ncurses/ChangeLog5
-rw-r--r--sys-libs/ncurses/ncurses-5.9-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/ncurses/ChangeLog b/sys-libs/ncurses/ChangeLog
index 6053536fb870..6d6e6300e9f5 100644
--- a/sys-libs/ncurses/ChangeLog
+++ b/sys-libs/ncurses/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/ncurses
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.218 2014/04/08 03:13:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.219 2014/04/11 16:29:03 jer Exp $
+
+ 11 Apr 2014; Jeroen Roovers <jer@gentoo.org> ncurses-5.9-r3.ebuild:
+ Stable for HPPA (bug #507154).
08 Apr 2014; Mike Frysinger <vapier@gentoo.org>
+files/ncurses-5.9-pkg-config.patch, ncurses-5.9-r3.ebuild:
diff --git a/sys-libs/ncurses/ncurses-5.9-r3.ebuild b/sys-libs/ncurses/ncurses-5.9-r3.ebuild
index e2ffdf2553f0..7792641fcecd 100644
--- a/sys-libs/ncurses/ncurses-5.9-r3.ebuild
+++ b/sys-libs/ncurses/ncurses-5.9-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r3.ebuild,v 1.5 2014/04/08 03:13:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r3.ebuild,v 1.6 2014/04/11 16:29:03 jer Exp $
EAPI="4"
inherit eutils flag-o-matic toolchain-funcs multilib-minimal
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="ada +cxx debug doc gpm minimal profile static-libs tinfo trace unicode"
DEPEND="gpm? ( sys-libs/gpm )"