diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-10-06 11:44:53 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-10-06 11:44:53 +0000 |
commit | 8909e70e7c280ce47edfd63a2737376c9b1541ac (patch) | |
tree | fb50c022d40b5f3a929e056256aa11db629d5fdc /sys-libs/slang | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-8909e70e7c280ce47edfd63a2737376c9b1541ac.tar.gz gentoo-2-8909e70e7c280ce47edfd63a2737376c9b1541ac.tar.bz2 gentoo-2-8909e70e7c280ce47edfd63a2737376c9b1541ac.zip |
Stable on hppa.
Diffstat (limited to 'sys-libs/slang')
-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 a4297b3406aa..79dba0ef7e20 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.34 2004/10/04 21:16:25 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.35 2004/10/06 11:43:25 gmsoft Exp $ + + 06 Oct 2004; Guy Martin <gmsoft@gentoo.org> slang-1.4.9-r1.ebuild: + Stable on hppa. 30 Sep 2004; Bryan Østergaard,,, <kloeri@gentoo.org> slang-1.4.9-r1.ebuild: Stable on alpha. diff --git a/sys-libs/slang/slang-1.4.9-r1.ebuild b/sys-libs/slang/slang-1.4.9-r1.ebuild index 1ce1b61009b2..9072e3518491 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.8 2004/10/04 21:16:25 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9-r1.ebuild,v 1.9 2004/10/06 11:43:25 gmsoft 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" |