diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-06-12 18:24:22 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-06-12 18:24:22 +0000 |
commit | b3c05d1581bf3fdcd6b4133f12661ab2de0ef108 (patch) | |
tree | fe7597d74a2654407aae321e06363ee908676ddf /media-fonts | |
parent | Add ~sparc-fbsd keyword. (diff) | |
download | gentoo-2-b3c05d1581bf3fdcd6b4133f12661ab2de0ef108.tar.gz gentoo-2-b3c05d1581bf3fdcd6b4133f12661ab2de0ef108.tar.bz2 gentoo-2-b3c05d1581bf3fdcd6b4133f12661ab2de0ef108.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/liberation-fonts-ttf/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-fonts/liberation-fonts-ttf/ChangeLog b/media-fonts/liberation-fonts-ttf/ChangeLog index 5074f813154c..823428454ae2 100644 --- a/media-fonts/liberation-fonts-ttf/ChangeLog +++ b/media-fonts/liberation-fonts-ttf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/liberation-fonts-ttf # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog,v 1.14 2007/06/12 12:24:46 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog,v 1.15 2007/06/12 18:24:22 flameeyes Exp $ + + 12 Jun 2007; Diego Pettenò <flameeyes@gentoo.org> + liberation-fonts-ttf-3-r1.ebuild: + Add ~x86-fbsd keyword. 12 Jun 2007; Jeff Gardner <je_fro@gentoo.org> liberation-fonts-ttf-3-r1.ebuild: diff --git a/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild b/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild index 6341c14899ca..d3ce4f068b93 100644 --- a/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild +++ b/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild,v 1.3 2007/06/12 12:24:46 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild,v 1.4 2007/06/12 18:24:22 flameeyes Exp $ inherit font @@ -9,7 +9,7 @@ MY_PV="0.2" DESCRIPTION="A GPL-2 Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat" SRC_URI="https://www.redhat.com/f/fonts/${P}.tar.gz" HOMEPAGE="http://www.redhat.com/promo/fonts/" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" SLOT="0" LICENSE="GPL-2-with-exceptions" IUSE="X" |