diff options
-rw-r--r-- | media-fonts/ubuntu-font-family/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-fonts/ubuntu-font-family/ChangeLog b/media-fonts/ubuntu-font-family/ChangeLog index 51a2117a6544..f1775a34cfb1 100644 --- a/media-fonts/ubuntu-font-family/ChangeLog +++ b/media-fonts/ubuntu-font-family/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/ubuntu-font-family -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/ubuntu-font-family/ChangeLog,v 1.9 2012/10/07 10:29:22 pacho Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ubuntu-font-family/ChangeLog,v 1.10 2013/01/21 20:03:56 steev Exp $ + + 21 Jan 2013; Steev Klimaszewski <steev@gentoo.org> + ubuntu-font-family-0.80.ebuild: + Add ~arm keyword 07 Oct 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, #274113 diff --git a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild index 5a1baadc1035..45ad1e231627 100644 --- a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild +++ b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild,v 1.3 2012/06/30 11:07:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ubuntu-font-family/ubuntu-font-family-0.80.ebuild,v 1.4 2013/01/21 20:03:56 steev Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://font.ubuntu.com/download/${P}.zip" LICENSE="UbuntuFontLicense-1.0" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND="app-arch/unzip" |