diff options
-rw-r--r-- | net-dialup/xc/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog index d61aefa361c7..e54074b25610 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.28 2013/03/03 12:11:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.29 2013/03/03 15:26:41 ago Exp $ + + 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xc-4.3.2-r3.ebuild: + Stable for ppc, wrt bug #460012 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xc-4.3.2-r3.ebuild: Stable for x86, wrt bug #460012 diff --git a/net-dialup/xc/xc-4.3.2-r3.ebuild b/net-dialup/xc/xc-4.3.2-r3.ebuild index 18c679e1a37a..86d9e1820e2a 100644 --- a/net-dialup/xc/xc-4.3.2-r3.ebuild +++ b/net-dialup/xc/xc-4.3.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.5 2013/03/03 12:11:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.6 2013/03/03 15:26:41 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~mips ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND="sys-libs/ncurses" |