diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-29 19:20:51 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-29 19:20:51 +0000 |
commit | 222c6178726d933ae68c530fb78e513fdd06ceb6 (patch) | |
tree | 710ab9eb40fa590ba4a9072bf8956b9a70671adf /media-fonts | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-222c6178726d933ae68c530fb78e513fdd06ceb6.tar.gz gentoo-2-222c6178726d933ae68c530fb78e513fdd06ceb6.tar.bz2 gentoo-2-222c6178726d933ae68c530fb78e513fdd06ceb6.zip |
~amd64
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/ttf-gentium/ChangeLog | 5 | ||||
-rw-r--r-- | media-fonts/ttf-gentium/ttf-gentium-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-fonts/ttf-gentium/ChangeLog b/media-fonts/ttf-gentium/ChangeLog index 506d4f478c02..a653792cc13c 100644 --- a/media-fonts/ttf-gentium/ChangeLog +++ b/media-fonts/ttf-gentium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/ttf-gentium # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/ttf-gentium/ChangeLog,v 1.1 2004/07/05 06:51:09 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ttf-gentium/ChangeLog,v 1.2 2004/07/29 19:20:51 kugelfang Exp $ + + 29 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> ttf-gentium-1.0.1.ebuild: + Marked ~amd64. *ttf-gentium-1.0.1 (05 Jul 2004) diff --git a/media-fonts/ttf-gentium/ttf-gentium-1.0.1.ebuild b/media-fonts/ttf-gentium/ttf-gentium-1.0.1.ebuild index 52a22a40f095..96679cb2e618 100644 --- a/media-fonts/ttf-gentium/ttf-gentium-1.0.1.ebuild +++ b/media-fonts/ttf-gentium/ttf-gentium-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/ttf-gentium/ttf-gentium-1.0.1.ebuild,v 1.1 2004/07/05 06:51:09 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ttf-gentium/ttf-gentium-1.0.1.ebuild,v 1.2 2004/07/29 19:20:51 kugelfang Exp $ inherit font @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" #SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=Gentium_101_LT&_sc=1" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="~x86 ~ppc ~alpha ~amd64" IUSE="X" DEPEND="X? ( virtual/x11 )" |