diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-08-28 17:07:14 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-08-28 17:07:14 +0000 |
commit | 852a37531f595e9f435a7626afeef360db4afc39 (patch) | |
tree | a344c862a609841f4e6b35465530edd82d0a77e2 /sys-libs/slang | |
parent | Fix parallel make (diff) | |
download | gentoo-2-852a37531f595e9f435a7626afeef360db4afc39.tar.gz gentoo-2-852a37531f595e9f435a7626afeef360db4afc39.tar.bz2 gentoo-2-852a37531f595e9f435a7626afeef360db4afc39.zip |
Stable on hppa
(Portage version: 2.1-r2)
Diffstat (limited to 'sys-libs/slang')
-rw-r--r-- | sys-libs/slang/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/slang/slang-1.4.9-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/slang/ChangeLog b/sys-libs/slang/ChangeLog index a81811692284..51634b0486dd 100644 --- a/sys-libs/slang/ChangeLog +++ b/sys-libs/slang/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/slang # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.55 2006/08/09 12:40:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/ChangeLog,v 1.56 2006/08/28 17:07:14 gustavoz Exp $ + + 28 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> slang-1.4.9-r2.ebuild: + Stable on hppa 09 Aug 2006; Alastair Tse <liquidx@gentoo.org> slang-2.0.6.ebuild: mark for ~x86 diff --git a/sys-libs/slang/slang-1.4.9-r2.ebuild b/sys-libs/slang/slang-1.4.9-r2.ebuild index 762ecaabf3f1..bc4d425ce6b3 100644 --- a/sys-libs/slang/slang-1.4.9-r2.ebuild +++ b/sys-libs/slang/slang-1.4.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r2.ebuild,v 1.14 2006/08/19 14:21:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.9-r2.ebuild,v 1.15 2006/08/28 17:07:14 gustavoz Exp $ inherit eutils @@ -14,7 +14,7 @@ SRC_URI="ftp://space.mit.edu/pub/davis/slang/v1.4/${P}.tar.bz2 LICENSE="|| ( GPL-2 Artistic )" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="cjk unicode" DEPEND=">=sys-libs/ncurses-5.2-r2" |