diff options
author | 2014-03-04 20:27:41 +0000 | |
---|---|---|
committer | 2014-03-04 20:27:41 +0000 | |
commit | 80991c748be04ae7214e58e527e694cdbf0081ca (patch) | |
tree | 6c7ee8a740a9ca4ad461f0697d5f379f5a00b0a4 /x11-misc | |
parent | Add ~mips keyword. (diff) | |
download | gentoo-2-80991c748be04ae7214e58e527e694cdbf0081ca.tar.gz gentoo-2-80991c748be04ae7214e58e527e694cdbf0081ca.tar.bz2 gentoo-2-80991c748be04ae7214e58e527e694cdbf0081ca.zip |
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pcmanfm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-1.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/pcmanfm/ChangeLog b/x11-misc/pcmanfm/ChangeLog index 55226459a2a3..f51ea3b7fd9b 100644 --- a/x11-misc/pcmanfm/ChangeLog +++ b/x11-misc/pcmanfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/pcmanfm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.95 2014/02/22 19:49:12 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.96 2014/03/04 20:27:41 vincent Exp $ + + 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> pcmanfm-1.1.2.ebuild: + Add ~mips keyword. 22 Feb 2014; Chema Alonso <nimiux@gentoo.org> pcmanfm-1.1.2.ebuild: Stable for amd64 wrt bug #494440 diff --git a/x11-misc/pcmanfm/pcmanfm-1.1.2.ebuild b/x11-misc/pcmanfm/pcmanfm-1.1.2.ebuild index 746d45519858..f3c090a435ad 100644 --- a/x11-misc/pcmanfm/pcmanfm-1.1.2.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-1.1.2.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/x11-misc/pcmanfm/pcmanfm-1.1.2.ebuild,v 1.3 2014/02/22 19:49:12 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.1.2.ebuild,v 1.4 2014/03/04 20:27:41 vincent Exp $ EAPI="5" inherit eutils fdo-mime readme.gentoo @@ -14,7 +14,7 @@ SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~ppc ~x86" +KEYWORDS="~alpha amd64 arm ~mips ~ppc ~x86" IUSE="debug" RDEPEND=">=dev-libs/glib-2.18:2 |