diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-03 09:46:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-03 09:46:17 +0000 |
commit | a16509716bc5dd3e4e76e453250339b12e6666bd (patch) | |
tree | a84019679237bb3f0a41d1c877f0e3c9791c258d /dev-util | |
parent | Stable for ppc, wrt bug #529948 (diff) | |
download | gentoo-2-a16509716bc5dd3e4e76e453250339b12e6666bd.tar.gz gentoo-2-a16509716bc5dd3e4e76e453250339b12e6666bd.tar.bz2 gentoo-2-a16509716bc5dd3e4e76e453250339b12e6666bd.zip |
Stable for ppc, wrt bug #530244
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/dialog/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/dialog/dialog-1.2.20140911.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog index ddb3b63cfa46..fe1ff12217a2 100644 --- a/dev-util/dialog/ChangeLog +++ b/dev-util/dialog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/dialog # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.219 2014/12/02 20:43:49 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.220 2014/12/03 09:46:17 ago Exp $ + + 03 Dec 2014; Agostino Sarubbo <ago@gentoo.org> dialog-1.2.20140911.ebuild: + Stable for ppc, wrt bug #530244 02 Dec 2014; Markus Meier <maekke@gentoo.org> dialog-1.2.20140911.ebuild: arm stable, bug #530244 diff --git a/dev-util/dialog/dialog-1.2.20140911.ebuild b/dev-util/dialog/dialog-1.2.20140911.ebuild index 08a4e6f77dc7..297706b7804d 100644 --- a/dev-util/dialog/dialog-1.2.20140911.ebuild +++ b/dev-util/dialog/dialog-1.2.20140911.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-util/dialog/dialog-1.2.20140911.ebuild,v 1.7 2014/12/02 20:43:49 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140911.ebuild,v 1.8 2014/12/03 09:46:17 ago Exp $ EAPI=5 inherit eutils multilib versionator @@ -13,7 +13,7 @@ SRC_URI="ftp://invisible-island.net/${PN}/${PN}-${MY_PV}.tgz" LICENSE="GPL-2" SLOT="0" -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="examples minimal nls static-libs unicode" RDEPEND=" |