diff options
author | 2014-02-22 13:35:26 +0000 | |
---|---|---|
committer | 2014-02-22 13:35:26 +0000 | |
commit | 27ff84930d4d61613c03ddf59ce7c80be1a759d7 (patch) | |
tree | ce5a486a735620ba3fc95719829a8be8db5013fc /dev-libs/cdk | |
parent | ia64 stable wrt bug #500346 (diff) | |
download | gentoo-2-27ff84930d4d61613c03ddf59ce7c80be1a759d7.tar.gz gentoo-2-27ff84930d4d61613c03ddf59ce7c80be1a759d7.tar.bz2 gentoo-2-27ff84930d4d61613c03ddf59ce7c80be1a759d7.zip |
ia64 stable wrt bug #474162
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-libs/cdk')
-rw-r--r-- | dev-libs/cdk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/cdk/cdk-5.0.20131107.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/cdk/ChangeLog b/dev-libs/cdk/ChangeLog index 099da1538e91..920a38b3eba8 100644 --- a/dev-libs/cdk/ChangeLog +++ b/dev-libs/cdk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cdk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v 1.79 2014/02/18 16:01:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v 1.80 2014/02/22 13:35:26 hattya Exp $ + + 22 Feb 2014; Akinori Hattori <hattya@gentoo.org> cdk-5.0.20131107.ebuild: + ia64 stable wrt bug #474162 18 Feb 2014; Jeroen Roovers <jer@gentoo.org> cdk-5.0.20131107.ebuild: Stable for HPPA (bug #474162). diff --git a/dev-libs/cdk/cdk-5.0.20131107.ebuild b/dev-libs/cdk/cdk-5.0.20131107.ebuild index 0dc59196ef5b..407f0a70a3bc 100644 --- a/dev-libs/cdk/cdk-5.0.20131107.ebuild +++ b/dev-libs/cdk/cdk-5.0.20131107.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/dev-libs/cdk/cdk-5.0.20131107.ebuild,v 1.2 2014/02/18 16:01:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-5.0.20131107.ebuild,v 1.3 2014/02/22 13:35:26 hattya Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz" LICENSE="BSD" SLOT="0/5" # subslot = soname version -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="examples static-libs unicode" DEPEND=">=sys-libs/ncurses-5.2[unicode?]" |