diff options
author | Alexander Færøy <eroyf@gentoo.org> | 2007-01-20 17:35:39 +0000 |
---|---|---|
committer | Alexander Færøy <eroyf@gentoo.org> | 2007-01-20 17:35:39 +0000 |
commit | 94ec9e8e5b15db36b9529e22bc94f48c57b971bc (patch) | |
tree | 9512e7d46db8c7a954dd36609118c2063fa7a3b7 /app-misc/screen | |
parent | Reclaiming the dead (diff) | |
download | gentoo-2-94ec9e8e5b15db36b9529e22bc94f48c57b971bc.tar.gz gentoo-2-94ec9e8e5b15db36b9529e22bc94f48c57b971bc.tar.bz2 gentoo-2-94ec9e8e5b15db36b9529e22bc94f48c57b971bc.zip |
Stable on MIPS; bug #152770
(Portage version: 2.1.2)
Diffstat (limited to 'app-misc/screen')
-rw-r--r-- | app-misc/screen/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/screen/screen-4.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/screen/ChangeLog b/app-misc/screen/ChangeLog index 19f44f6bca14..84a974f98a3a 100644 --- a/app-misc/screen/ChangeLog +++ b/app-misc/screen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/screen # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.129 2007/01/17 16:49:41 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.130 2007/01/20 17:35:39 eroyf Exp $ + + 20 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> screen-4.0.3.ebuild: + Stable on MIPS; bug #152770 17 Jan 2007; Sven Wegener <swegener@gentoo.org> screen-4.0.3.ebuild: Remove the tty addpredict code for bug #162536. diff --git a/app-misc/screen/screen-4.0.3.ebuild b/app-misc/screen/screen-4.0.3.ebuild index facbf381735c..0fbe00db39f8 100644 --- a/app-misc/screen/screen-4.0.3.ebuild +++ b/app-misc/screen/screen-4.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3.ebuild,v 1.12 2007/01/17 16:49:41 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3.ebuild,v 1.13 2007/01/20 17:35:39 eroyf Exp $ inherit eutils flag-o-matic toolchain-funcs pam autotools @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.uni-erlangen.de/pub/utilities/${PN}/${P}.tar.gz" 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 ~sparc-fbsd x86 ~x86-fbsd" IUSE="debug nethack pam selinux multiuser" RDEPEND=">=sys-libs/ncurses-5.2 |