diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-16 03:25:10 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-16 03:25:10 +0000 |
commit | 955f7613dca7082261ec467c5b2591b073666908 (patch) | |
tree | a3cecf90de37d23642260c07155aa796c9fdfbb6 | |
parent | Fix elog message. (diff) | |
download | gentoo-2-955f7613dca7082261ec467c5b2591b073666908.tar.gz gentoo-2-955f7613dca7082261ec467c5b2591b073666908.tar.bz2 gentoo-2-955f7613dca7082261ec467c5b2591b073666908.zip |
Add ~arm keyword.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r-- | media-fonts/roboto/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/roboto/roboto-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-fonts/roboto/ChangeLog b/media-fonts/roboto/ChangeLog index f86aac017782..2220e5cb6f87 100644 --- a/media-fonts/roboto/ChangeLog +++ b/media-fonts/roboto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/roboto -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/ChangeLog,v 1.6 2013/11/11 13:28:16 yngwin Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/ChangeLog,v 1.7 2014/05/16 03:25:10 mrueg Exp $ + + 16 May 2014; Manuel Rüger <mrueg@gentoo.org> roboto-1.2.ebuild: + Add ~arm keyword. 11 Nov 2013; Ben de Groot <yngwin@gentoo.org> roboto-1.2.ebuild: Mark stable diff --git a/media-fonts/roboto/roboto-1.2.ebuild b/media-fonts/roboto/roboto-1.2.ebuild index e3ff577e21ef..39b2163d9fd7 100644 --- a/media-fonts/roboto/roboto-1.2.ebuild +++ b/media-fonts/roboto/roboto-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/roboto-1.2.ebuild,v 1.2 2013/11/11 13:28:16 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/roboto-1.2.ebuild,v 1.3 2014/05/16 03:25:10 mrueg Exp $ inherit font @@ -10,7 +10,7 @@ SRC_URI="http://developer.android.com/downloads/design/${P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~arm amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" FONT_SUFFIX="ttf" |