diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-04-28 13:07:30 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-04-28 13:07:30 +0000 |
commit | 8f6606a80f0eb909d4e0c934b52c8d0d6fdf3401 (patch) | |
tree | db43e8ca7b337190f25af6351fc9d8af29547dc5 /app-arch | |
parent | Linux patches 3.2.56, 3.2.57, 3.4.88 and 3.10.38. (diff) | |
download | gentoo-2-8f6606a80f0eb909d4e0c934b52c8d0d6fdf3401.tar.gz gentoo-2-8f6606a80f0eb909d4e0c934b52c8d0d6fdf3401.tar.bz2 gentoo-2-8f6606a80f0eb909d4e0c934b52c8d0d6fdf3401.zip |
Add ~mips keyword, wrt bug #499468
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lz4/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/lz4/lz4-0_p106-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/lz4/ChangeLog b/app-arch/lz4/ChangeLog index e7a25cee61aa..47df3d1533ea 100644 --- a/app-arch/lz4/ChangeLog +++ b/app-arch/lz4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/lz4 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.14 2014/03/02 15:23:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.15 2014/04/28 13:07:30 pinkbyte Exp $ + + 28 Apr 2014; Sergey Popov <pinkbyte@gentoo.org> lz4-0_p106-r1.ebuild: + Add ~mips keyword, wrt bug #499468 02 Mar 2014; Michał Górny <mgorny@gentoo.org> lz4-9999.ebuild: Update the live ebuild to conform with changes upstream. Fix the src_install() diff --git a/app-arch/lz4/lz4-0_p106-r1.ebuild b/app-arch/lz4/lz4-0_p106-r1.ebuild index 16a2a26ed513..adf1fb4a355e 100644 --- a/app-arch/lz4/lz4-0_p106-r1.ebuild +++ b/app-arch/lz4/lz4-0_p106-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.6 2014/02/14 19:13:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.7 2014/04/28 13:07:30 pinkbyte Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [ ${PV} == "9999" ] ; then ESVN_PROJECT="lz4-read-only" else SRC_URI="http://dev.gentoo.org/~ryao/dist/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Extremely Fast Compression algorithm" |