diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 08:29:58 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 08:29:58 +0000 |
commit | 68f7357a6f32af09e7ec0b5c8ce7ceb3e8109007 (patch) | |
tree | a291d9ae8d70d1494c9715e7504e098d018ecf91 /app-backup/bacula/bacula-5.2.9.ebuild | |
parent | Use doicon instead insinto + doins to install icon files (diff) | |
download | gentoo-2-68f7357a6f32af09e7ec0b5c8ce7ceb3e8109007.tar.gz gentoo-2-68f7357a6f32af09e7ec0b5c8ce7ceb3e8109007.tar.bz2 gentoo-2-68f7357a6f32af09e7ec0b5c8ce7ceb3e8109007.zip |
Don't install license
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/bacula/bacula-5.2.9.ebuild')
-rw-r--r-- | app-backup/bacula/bacula-5.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/bacula/bacula-5.2.9.ebuild b/app-backup/bacula/bacula-5.2.9.ebuild index b2c50bf2e425..12b165402ab7 100644 --- a/app-backup/bacula/bacula-5.2.9.ebuild +++ b/app-backup/bacula/bacula-5.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.9.ebuild,v 1.5 2012/09/05 08:28:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.9.ebuild,v 1.6 2012/09/05 08:29:58 jlec Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -273,7 +273,7 @@ src_install() { fi # documentation - dodoc ChangeLog LICENSE ReleaseNotes SUPPORT technotes + dodoc ChangeLog ReleaseNotes SUPPORT technotes # vim-files if use vim-syntax; then |