diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-10-05 12:58:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-10-05 12:58:29 +0000 |
commit | e0ac7e7076c5fc03435dc9cdd7b5240a0c7802c2 (patch) | |
tree | d0657015f930376e888464d1d516a6cbf61d45aa /www-apps | |
parent | Unpack the uri properly, This was supposed to be in previous commit, dunno wh... (diff) | |
download | gentoo-2-e0ac7e7076c5fc03435dc9cdd7b5240a0c7802c2.tar.gz gentoo-2-e0ac7e7076c5fc03435dc9cdd7b5240a0c7802c2.tar.bz2 gentoo-2-e0ac7e7076c5fc03435dc9cdd7b5240a0c7802c2.zip |
QA: fix missing fontdir definition in layout.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/rt/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/rt/files/config.layout-gentoo | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/www-apps/rt/ChangeLog b/www-apps/rt/ChangeLog index a1c8dfdbe299..5387c1ef8205 100644 --- a/www-apps/rt/ChangeLog +++ b/www-apps/rt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/rt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.65 2011/10/05 11:17:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.66 2011/10/05 12:58:29 flameeyes Exp $ + + 05 Oct 2011; Diego E. Pettenò <flameeyes@gentoo.org> + files/config.layout-gentoo: + QA: fix missing fontdir definition in layout. 05 Oct 2011; Diego E. Pettenò <flameeyes@gentoo.org> rt-3.8.10.ebuild: QA: calculate configuration only once to make sure that the dependency check diff --git a/www-apps/rt/files/config.layout-gentoo b/www-apps/rt/files/config.layout-gentoo index d612b24d1cc7..e127413517a2 100644 --- a/www-apps/rt/files/config.layout-gentoo +++ b/www-apps/rt/files/config.layout-gentoo @@ -9,6 +9,7 @@ libdir: ${prefix}/lib datadir: ${prefix}/share htmldir: HTMLDIR + fontdir: ${datadir}/fonts manualdir: ${datadir}/doc localstatedir: ${prefix}/var logfiledir: ${localstatedir}/log |