diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-01 11:23:54 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-01 11:23:54 +0000 |
commit | 63499d7ac600c5a765e64afa7cc1309ef9c57841 (patch) | |
tree | 2e89aff6169db19fc1a11610271c754d6870aa3c /app-arch | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-63499d7ac600c5a765e64afa7cc1309ef9c57841.tar.gz gentoo-2-63499d7ac600c5a765e64afa7cc1309ef9c57841.tar.bz2 gentoo-2-63499d7ac600c5a765e64afa7cc1309ef9c57841.zip |
Stable on amd64
(Portage version: 2.1.3.7)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/cpio/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/cpio/cpio-2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/cpio/ChangeLog b/app-arch/cpio/ChangeLog index 43fc66cc12a0..cb0b2c31dbce 100644 --- a/app-arch/cpio/ChangeLog +++ b/app-arch/cpio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/cpio # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v 1.77 2007/08/09 15:50:35 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v 1.78 2007/09/01 11:23:54 angelos Exp $ + + 01 Sep 2007; Christoph Mende <angelos@gentoo.org> cpio-2.9.ebuild: + Stable on amd64 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> cpio-2.9.ebuild: Stable on ppc. diff --git a/app-arch/cpio/cpio-2.9.ebuild b/app-arch/cpio/cpio-2.9.ebuild index 945d7cb2deb8..adc775364647 100644 --- a/app-arch/cpio/cpio-2.9.ebuild +++ b/app-arch/cpio/cpio-2.9.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/app-arch/cpio/cpio-2.9.ebuild,v 1.5 2007/08/25 11:42:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.9.ebuild,v 1.6 2007/09/01 11:23:54 angelos Exp $ DESCRIPTION="A file archival tool which can also read and write tar files" HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/cpio/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="nls" DEPEND="" |