diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-22 22:19:09 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-22 22:19:09 +0000 |
commit | b32c65b090e82306574f9d9dfc4ebfd62f92c1d2 (patch) | |
tree | b292985808d7e7eb6c2b7df8a8777dee0a34413a /app-doc | |
parent | Use -j1 for build (bug #298017). (diff) | |
download | gentoo-2-b32c65b090e82306574f9d9dfc4ebfd62f92c1d2.tar.gz gentoo-2-b32c65b090e82306574f9d9dfc4ebfd62f92c1d2.tar.bz2 gentoo-2-b32c65b090e82306574f9d9dfc4ebfd62f92c1d2.zip |
Drop restriction as it installs a binary file.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/howto-html/ChangeLog | 8 | ||||
-rw-r--r-- | app-doc/howto-html/howto-html-20070811.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-doc/howto-html/ChangeLog b/app-doc/howto-html/ChangeLog index 13e578860229..08bb56c75939 100644 --- a/app-doc/howto-html/ChangeLog +++ b/app-doc/howto-html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-doc/howto-html -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.30 2007/10/29 17:02:36 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.31 2009/12/22 22:19:09 flameeyes Exp $ + + 22 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> + howto-html-20070811.ebuild: + Drop restriction as it installs a binary file. 29 Oct 2007; Raúl Porcel <armin76@gentoo.org> -howto-html-20050504.ebuild, -howto-html-20070202.ebuild, diff --git a/app-doc/howto-html/howto-html-20070811.ebuild b/app-doc/howto-html/howto-html-20070811.ebuild index 912ab64f5a90..2860b7191bb2 100644 --- a/app-doc/howto-html/howto-html-20070811.ebuild +++ b/app-doc/howto-html/howto-html-20070811.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20070811.ebuild,v 1.6 2007/10/29 17:02:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20070811.ebuild,v 1.7 2009/12/22 22:19:09 flameeyes Exp $ # Download from # www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/Linux-html-HOWTOs-${PV}.tar.bz2 @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -RESTRICT="strip binchecks" - S=${WORKDIR}/HOWTO src_install() { |