diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-29 19:33:41 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-29 19:33:41 +0000 |
commit | 72e373fb346f3e6157554210e41dc2f69140e9d2 (patch) | |
tree | 38fc338e33e503ede20c279f6df92d43b21de640 /net-dialup | |
parent | * bump (diff) | |
download | gentoo-2-72e373fb346f3e6157554210e41dc2f69140e9d2.tar.gz gentoo-2-72e373fb346f3e6157554210e41dc2f69140e9d2.tar.bz2 gentoo-2-72e373fb346f3e6157554210e41dc2f69140e9d2.zip |
Stable on sparc wrt #180120
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/minicom/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/minicom/minicom-2.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/minicom/ChangeLog b/net-dialup/minicom/ChangeLog index 0975f1139ebb..c830ff7aad47 100644 --- a/net-dialup/minicom/ChangeLog +++ b/net-dialup/minicom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/minicom # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.53 2007/05/29 16:40:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.54 2007/05/29 19:33:41 gustavoz Exp $ + + 29 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> minicom-2.2-r1.ebuild: + Stable on sparc wrt #180120 29 May 2007; Mike Frysinger <vapier@gentoo.org> minicom-2.2-r1.ebuild: Remove bindnow-flags and make sure minirc.dfl check respects ROOT. diff --git a/net-dialup/minicom/minicom-2.2-r1.ebuild b/net-dialup/minicom/minicom-2.2-r1.ebuild index 75148c6d2328..491df65bddcf 100644 --- a/net-dialup/minicom/minicom-2.2-r1.ebuild +++ b/net-dialup/minicom/minicom-2.2-r1.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/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.4 2007/05/29 16:40:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.5 2007/05/29 19:33:41 gustavoz Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc ~x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r3" |