diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-29 07:49:55 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-29 07:49:55 +0000 |
commit | 204615e811dd724b3cfcffa1130567f65a99f8c2 (patch) | |
tree | b14744e1a3d692e3b7cd311d765c242b6b59cef8 /x11-misc/pcmanfm-qt | |
parent | Version bump. (diff) | |
download | gentoo-2-204615e811dd724b3cfcffa1130567f65a99f8c2.tar.gz gentoo-2-204615e811dd724b3cfcffa1130567f65a99f8c2.tar.bz2 gentoo-2-204615e811dd724b3cfcffa1130567f65a99f8c2.zip |
Add ~arm keyword.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-misc/pcmanfm-qt')
-rw-r--r-- | x11-misc/pcmanfm-qt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/pcmanfm-qt/pcmanfm-qt-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/pcmanfm-qt/ChangeLog b/x11-misc/pcmanfm-qt/ChangeLog index 545ea6fa1611..072c33e3cb82 100644 --- a/x11-misc/pcmanfm-qt/ChangeLog +++ b/x11-misc/pcmanfm-qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/pcmanfm-qt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm-qt/ChangeLog,v 1.4 2014/05/26 22:48:20 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm-qt/ChangeLog,v 1.5 2014/05/29 07:49:55 mrueg Exp $ + + 29 May 2014; Manuel Rüger <mrueg@gentoo.org> pcmanfm-qt-0.7.0.ebuild: + Add ~arm keyword. 26 May 2014; <jauhien@gentoo.org> metadata.xml: Removing Markos Chandras from maintainer as he is no longer interested in this diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.7.0.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.7.0.ebuild index c417b8cf2d2a..2277f4f7d849 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.7.0.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.7.0.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-qt/pcmanfm-qt-0.7.0.ebuild,v 1.1 2014/05/26 14:48:48 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm-qt/pcmanfm-qt-0.7.0.ebuild,v 1.2 2014/05/29 07:49:55 mrueg Exp $ EAPI=5 @@ -11,7 +11,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" else SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" S="${WORKDIR}" fi |