diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-02 08:05:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-02 08:05:47 +0000 |
commit | b6b8c63a0a029c4e05b2535af4a2ed423fc3657e (patch) | |
tree | 4ffdad0b857c6b33612607197c554105e5a2a8a8 /dev-libs/cdk | |
parent | Stable for x86, wrt bug #462828 (diff) | |
download | gentoo-2-b6b8c63a0a029c4e05b2535af4a2ed423fc3657e.tar.gz gentoo-2-b6b8c63a0a029c4e05b2535af4a2ed423fc3657e.tar.bz2 gentoo-2-b6b8c63a0a029c4e05b2535af4a2ed423fc3657e.zip |
Stable for x86, wrt bug #474162
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
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 21397611e138..3ab8694306f4 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.81 2014/03/01 23:41:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v 1.82 2014/03/02 08:05:47 ago Exp $ + + 02 Mar 2014; Agostino Sarubbo <ago@gentoo.org> cdk-5.0.20131107.ebuild: + Stable for x86, wrt bug #474162 01 Mar 2014; Pacho Ramos <pacho@gentoo.org> cdk-5.0.20131107.ebuild: amd64 stable, bug #474162 diff --git a/dev-libs/cdk/cdk-5.0.20131107.ebuild b/dev-libs/cdk/cdk-5.0.20131107.ebuild index 15934fd93ab6..d9f2cab4cc40 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.4 2014/03/01 23:41:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-5.0.20131107.ebuild,v 1.5 2014/03/02 08:05:47 ago 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?]" |