diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 19:34:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 19:34:39 +0000 |
commit | bcd81802473e537122a3887048d7c415b5af0a08 (patch) | |
tree | fe898520d6d972feb607fc53cc41466343023955 /net-dialup | |
parent | New package. Imported from my dev overlay. Initial ebuild by Francesco Ferro ... (diff) | |
download | gentoo-2-bcd81802473e537122a3887048d7c415b5af0a08.tar.gz gentoo-2-bcd81802473e537122a3887048d7c415b5af0a08.tar.bz2 gentoo-2-bcd81802473e537122a3887048d7c415b5af0a08.zip |
ppc stable wrt bug #535552
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/xc/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog index c7d627bb5263..1db9151493e9 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.37 2015/06/26 08:53:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.38 2015/07/23 19:34:39 pacho Exp $ + + 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> xc-4.3.2-r4.ebuild: + ppc stable wrt bug #535552 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> xc-4.3.2-r4.ebuild: Stable for x86, wrt bug #535552 diff --git a/net-dialup/xc/xc-4.3.2-r4.ebuild b/net-dialup/xc/xc-4.3.2-r4.ebuild index fb78414c376f..bb9b98abf8ed 100644 --- a/net-dialup/xc/xc-4.3.2-r4.ebuild +++ b/net-dialup/xc/xc-4.3.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r4.ebuild,v 1.3 2015/06/26 08:53:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r4.ebuild,v 1.4 2015/07/23 19:34:39 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" LICENSE="xc-radley" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~mips ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND="sys-libs/ncurses" |