diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-25 09:23:34 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-25 09:23:34 +0000 |
commit | cf74c4a1ef4f1a874bea8a48744f12df525d7be8 (patch) | |
tree | bcb2b39321a505c55b974df704815ef9e42271aa /gnome-base | |
parent | Add ~arm-linux and ~x86-linux keywords. (diff) | |
download | gentoo-2-cf74c4a1ef4f1a874bea8a48744f12df525d7be8.tar.gz gentoo-2-cf74c4a1ef4f1a874bea8a48744f12df525d7be8.tar.bz2 gentoo-2-cf74c4a1ef4f1a874bea8a48744f12df525d7be8.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gvfs/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.14.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index 7804ae7abd9c..96107fc31c7b 100644 --- a/gnome-base/gvfs/ChangeLog +++ b/gnome-base/gvfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gvfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.200 2013/02/04 20:40:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.201 2013/02/25 09:23:34 zmedico Exp $ + + 25 Feb 2013; Zac Medico <zmedico@gentoo.org> gvfs-1.14.2.ebuild: + Add ~arm-linux keyword. 04 Feb 2013; Pacho Ramos <pacho@gentoo.org> gvfs-1.12.3-r1.ebuild: Use eapi5 for next libphoto2 bumps diff --git a/gnome-base/gvfs/gvfs-1.14.2.ebuild b/gnome-base/gvfs/gvfs-1.14.2.ebuild index 25193e6445c8..658b43450141 100644 --- a/gnome-base/gvfs/gvfs-1.14.2.ebuild +++ b/gnome-base/gvfs/gvfs-1.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.6 2013/01/22 07:49:29 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.7 2013/02/25 09:23:34 zmedico Exp $ EAPI="5" GCONF_DEBUG="no" @@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then KEYWORDS="" DOCS="" else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits fi |