diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-20 13:54:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-20 13:54:30 +0000 |
commit | f1c2eeef9afb924268223cc64cd49b4df003d8c4 (patch) | |
tree | ab4cdcdb0fce5cad6c26c7374e9f3a409628e78c /media-fonts | |
parent | Stable for x86, wrt bug #431696 (diff) | |
download | gentoo-2-f1c2eeef9afb924268223cc64cd49b4df003d8c4.tar.gz gentoo-2-f1c2eeef9afb924268223cc64cd49b4df003d8c4.tar.bz2 gentoo-2-f1c2eeef9afb924268223cc64cd49b4df003d8c4.zip |
No open bugs. Stable on amd64 and x86. Mark testing on amd64-linux and x86-linux.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/roboto/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/roboto/roboto-20111129.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-fonts/roboto/ChangeLog b/media-fonts/roboto/ChangeLog index 4d08bdf1c8fe..526f424c5156 100644 --- a/media-fonts/roboto/ChangeLog +++ b/media-fonts/roboto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/roboto # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/ChangeLog,v 1.1 2012/07/25 09:41:44 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/ChangeLog,v 1.2 2012/08/20 13:54:30 scarabeus Exp $ + + 20 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> roboto-20111129.ebuild: + No open bugs. Stable on amd64 and x86. Mark testing on amd64-linux and + x86-linux. *roboto-20111129 (25 Jul 2012) diff --git a/media-fonts/roboto/roboto-20111129.ebuild b/media-fonts/roboto/roboto-20111129.ebuild index 904dc093bc0b..3280a8240403 100644 --- a/media-fonts/roboto/roboto-20111129.ebuild +++ b/media-fonts/roboto/roboto-20111129.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/roboto-20111129.ebuild,v 1.1 2012/07/25 09:41:44 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/roboto/roboto-20111129.ebuild,v 1.2 2012/08/20 13:54:30 scarabeus Exp $ inherit font @@ -12,7 +12,7 @@ SRC_URI="https://dl-ssl.google.com/android/design/${MY_PN}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}/${MY_PN}" |