diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-10-17 03:26:35 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-10-17 03:26:35 +0000 |
commit | 11c5792f2669fa68e0a325f6c6594d922446fd34 (patch) | |
tree | 5a24cf906273864d1afd31349c0f72d8d204c8d2 /net-dialup | |
parent | x86 stable wrt bug #429226 (diff) | |
download | gentoo-2-11c5792f2669fa68e0a325f6c6594d922446fd34.tar.gz gentoo-2-11c5792f2669fa68e0a325f6c6594d922446fd34.tar.bz2 gentoo-2-11c5792f2669fa68e0a325f6c6594d922446fd34.zip |
x86 stable wrt bug #433323
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/picocom/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/picocom/picocom-1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/picocom/ChangeLog b/net-dialup/picocom/ChangeLog index e40280eb7329..36d1794ea867 100644 --- a/net-dialup/picocom/ChangeLog +++ b/net-dialup/picocom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/picocom # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/picocom/ChangeLog,v 1.10 2012/10/01 08:46:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/picocom/ChangeLog,v 1.11 2012/10/17 03:26:35 phajdan.jr Exp $ + + 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> picocom-1.7.ebuild: + x86 stable wrt bug #433323 01 Oct 2012; Agostino Sarubbo <ago@gentoo.org> picocom-1.7.ebuild: Stable for amd64, wrt bug #433323 diff --git a/net-dialup/picocom/picocom-1.7.ebuild b/net-dialup/picocom/picocom-1.7.ebuild index b4d24bd1d235..f11104272d5b 100644 --- a/net-dialup/picocom/picocom-1.7.ebuild +++ b/net-dialup/picocom/picocom-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/picocom/picocom-1.7.ebuild,v 1.2 2012/10/01 08:46:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/picocom/picocom-1.7.ebuild,v 1.3 2012/10/17 03:26:35 phajdan.jr Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="" |