diff options
author | 2014-04-11 18:30:28 +0000 | |
---|---|---|
committer | 2014-04-11 18:30:28 +0000 | |
commit | d4e4045cf0d7fe54bce855e5dd66f2b528da1841 (patch) | |
tree | 9e7331ff9d7136216fe13158f9d69080a18d9610 /dev-util/dialog | |
parent | Drop old (diff) | |
download | gentoo-2-d4e4045cf0d7fe54bce855e5dd66f2b528da1841.tar.gz gentoo-2-d4e4045cf0d7fe54bce855e5dd66f2b528da1841.tar.bz2 gentoo-2-d4e4045cf0d7fe54bce855e5dd66f2b528da1841.zip |
Stable for amd64 wrt bug #506096
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'dev-util/dialog')
-rw-r--r-- | dev-util/dialog/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/dialog/dialog-1.2.20140219.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog index d041148abe4c..109b97cff0e0 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.202 2014/04/02 18:52:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.203 2014/04/11 18:30:28 nimiux Exp $ + + 11 Apr 2014; Chema Alonso <nimiux@gentoo.org> dialog-1.2.20140219.ebuild: + Stable for amd64 wrt bug #506096 02 Apr 2014; Markus Meier <maekke@gentoo.org> dialog-1.2.20140219.ebuild: arm stable, bug #506096 diff --git a/dev-util/dialog/dialog-1.2.20140219.ebuild b/dev-util/dialog/dialog-1.2.20140219.ebuild index 3ab061824258..41292d38a631 100644 --- a/dev-util/dialog/dialog-1.2.20140219.ebuild +++ b/dev-util/dialog/dialog-1.2.20140219.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.20140219.ebuild,v 1.3 2014/04/02 18:52:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140219.ebuild,v 1.4 2014/04/11 18:30:28 nimiux 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 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="examples minimal nls static-libs unicode" RDEPEND=" |