diff options
author | 2014-04-12 09:39:09 +0000 | |
---|---|---|
committer | 2014-04-12 09:39:09 +0000 | |
commit | 8921fa624676f165543224963c6ccc040aa3dd46 (patch) | |
tree | 2590f081458d400fbdfdcf748855c6df11168922 /dev-util/dialog | |
parent | avformat requires >=ffmpeg-2.2 (bug #507474) (diff) | |
download | gentoo-2-8921fa624676f165543224963c6ccc040aa3dd46.tar.gz gentoo-2-8921fa624676f165543224963c6ccc040aa3dd46.tar.bz2 gentoo-2-8921fa624676f165543224963c6ccc040aa3dd46.zip |
Stable for x86, wrt bug #506096
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
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 109b97cff0e0..01416bf875e9 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.203 2014/04/11 18:30:28 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.204 2014/04/12 09:39:09 ago Exp $ + + 12 Apr 2014; Agostino Sarubbo <ago@gentoo.org> dialog-1.2.20140219.ebuild: + Stable for x86, wrt bug #506096 11 Apr 2014; Chema Alonso <nimiux@gentoo.org> dialog-1.2.20140219.ebuild: Stable for amd64 wrt bug #506096 diff --git a/dev-util/dialog/dialog-1.2.20140219.ebuild b/dev-util/dialog/dialog-1.2.20140219.ebuild index 41292d38a631..d27ed834a8fc 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.4 2014/04/11 18:30:28 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20140219.ebuild,v 1.5 2014/04/12 09:39:09 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 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=" |