diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-21 13:38:55 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-21 13:38:55 +0000 |
commit | 9be522cf39ea3444f668515bbfed2dfe1f531ab2 (patch) | |
tree | 1d6ccc7f5ac65cf281690a62827cd1511aa8e45c /sys-libs | |
parent | fixed RDEPEND (Manifest recommit) (diff) | |
download | gentoo-2-9be522cf39ea3444f668515bbfed2dfe1f531ab2.tar.gz gentoo-2-9be522cf39ea3444f668515bbfed2dfe1f531ab2.tar.bz2 gentoo-2-9be522cf39ea3444f668515bbfed2dfe1f531ab2.zip |
mark slang-1.4.9-r1 stable on x86
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/slang/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/slang/slang-1.4.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/slang/ChangeLog b/sys-libs/slang/ChangeLog index 36c18819f30c..27f4f29185a8 100644 --- a/sys-libs/slang/ChangeLog +++ b/sys-libs/slang/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/slang # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.29 2004/09/03 18:24:08 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.30 2004/09/21 13:38:55 lanius Exp $ + + 21 Sep 2004; Heinrich Wendel <lanius@gentoo.org> slang-1.4.9-r1.ebuild: + mark slang-1.4.9-r1 stable on x86 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> slang-1.4.9.ebuild: Masked slang-1.4.9.ebuild stable for ppc diff --git a/sys-libs/slang/slang-1.4.9-r1.ebuild b/sys-libs/slang/slang-1.4.9-r1.ebuild index 9acefd2c27db..ffd09b452c74 100644 --- a/sys-libs/slang/slang-1.4.9-r1.ebuild +++ b/sys-libs/slang/slang-1.4.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9-r1.ebuild,v 1.3 2004/09/01 13:56:07 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9-r1.ebuild,v 1.4 2004/09/21 13:38:55 lanius Exp $ inherit gcc eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://space.mit.edu/pub/davis/slang/v1.4/${P}.tar.bz2" LICENSE="GPL-2 | Artistic" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64 ~ia64 ~ppc64 ~s390" IUSE="cjk unicode" DEPEND=">=sys-libs/ncurses-5.2-r2" |