diff options
author | 2011-03-07 18:50:00 +0000 | |
---|---|---|
committer | 2011-03-07 18:50:00 +0000 | |
commit | 4415704a9a6006e1fd3f04da88d80b343348df87 (patch) | |
tree | bdd5c789fc8b53d809815a32c430dc1cf9f14f05 /dev-util | |
parent | Set DESCRIPTION later so that the eclass will not override it. (diff) | |
download | gentoo-2-4415704a9a6006e1fd3f04da88d80b343348df87.tar.gz gentoo-2-4415704a9a6006e1fd3f04da88d80b343348df87.tar.bz2 gentoo-2-4415704a9a6006e1fd3f04da88d80b343348df87.zip |
x86 stable per bug 352092
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/dialog/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/dialog/dialog-1.1.20100428.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog index de5d82d6cd2a..447e7add6837 100644 --- a/dev-util/dialog/ChangeLog +++ b/dev-util/dialog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/dialog # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.125 2011/03/06 00:37:35 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.126 2011/03/07 18:50:00 tomka Exp $ + + 07 Mar 2011; Thomas Kahle <tomka@gentoo.org> dialog-1.1.20100428.ebuild: + x86 stable per bug 352092 06 Mar 2011; Michael Weber <xmw@gentoo.org> dialog-1.1.20100428.ebuild: arm stable (bug 355649) diff --git a/dev-util/dialog/dialog-1.1.20100428.ebuild b/dev-util/dialog/dialog-1.1.20100428.ebuild index f82f3fa66ea5..6085bf37496b 100644 --- a/dev-util/dialog/dialog-1.1.20100428.ebuild +++ b/dev-util/dialog/dialog-1.1.20100428.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20100428.ebuild,v 1.3 2011/03/06 00:37:35 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20100428.ebuild,v 1.4 2011/03/07 18:50:00 tomka Exp $ EAPI=2 @@ -14,7 +14,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 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="examples minimal nls unicode" RDEPEND=">=app-shells/bash-2.04-r3 |