commit: c19f7b7e6bce8e18596fe951aa1178e3c74913bf Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 22:47:53 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 22:47:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19f7b7e
media-fonts/font-mutt-misc: Port to EAPI5 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild b/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild new file mode 100644 index 00000000000..470b2bae422 --- /dev/null +++ b/media-fonts/font-mutt-misc/font-mutt-misc-1.0.3-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org ClearlyU fonts" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="x11-apps/bdftopcf"
