diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-20 21:59:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-20 21:59:40 +0000 |
commit | d8592ed102ea67c48884e9d5b12b82545df77529 (patch) | |
tree | c0ea39e79f8853fac1310778840a2ebbdd5bf07c /app-arch | |
parent | Fix Alsa issues thanks to David Grant <davidgrant@gmail.com> in bug 167229 (diff) | |
download | gentoo-2-d8592ed102ea67c48884e9d5b12b82545df77529.tar.gz gentoo-2-d8592ed102ea67c48884e9d5b12b82545df77529.tar.bz2 gentoo-2-d8592ed102ea67c48884e9d5b12b82545df77529.zip |
x86 stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.3.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index e66533fee95f..4b96610dabfa 100644 --- a/app-arch/gzip/ChangeLog +++ b/app-arch/gzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/gzip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.76 2007/02/06 13:34:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.77 2007/03/20 21:59:40 armin76 Exp $ + + 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> gzip-1.3.11.ebuild: + x86 stable 06 Feb 2007; Mike Frysinger <vapier@gentoo.org> gzip-1.3.11.ebuild: Move uncompress to /bin so we dont conflict with app-arch/ncompress #165608 diff --git a/app-arch/gzip/gzip-1.3.11.ebuild b/app-arch/gzip/gzip-1.3.11.ebuild index 0c1371965a20..06b67b2e09b5 100644 --- a/app-arch/gzip/gzip-1.3.11.ebuild +++ b/app-arch/gzip/gzip-1.3.11.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/gzip/gzip-1.3.11.ebuild,v 1.2 2007/02/06 13:34:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.11.ebuild,v 1.3 2007/03/20 21:59:40 armin76 Exp $ inherit eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/gzip/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="nls static pic" RDEPEND="" |