diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-10-28 09:02:24 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-10-28 09:02:24 +0000 |
commit | bfb4214798b5d2c6bd0c7aa3b756132742518861 (patch) | |
tree | 751432f415072f9abe5d91d142e28ab65fbe716b /eclass | |
parent | Unchanged revbump: PF has changed and therefore install location of files. (diff) | |
download | gentoo-2-bfb4214798b5d2c6bd0c7aa3b756132742518861.tar.gz gentoo-2-bfb4214798b5d2c6bd0c7aa3b756132742518861.tar.bz2 gentoo-2-bfb4214798b5d2c6bd0c7aa3b756132742518861.zip |
Set QA_PREBUILT as all installed files are precompiled.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/emul-linux-x86.eclass | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 4cf8dfa464e2..bcb128bab5e4 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.471 2012/10/27 22:24:10 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.472 2012/10/28 09:02:24 pacho Exp $ + + 28 Oct 2012; Pacho Ramos <pacho@gentoo.org> emul-linux-x86.eclass: + Set QA_PREBUILT as all installed files are precompiled. 27 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gnome2-utils.eclass: Avoid sedding configure.ac in gnome2_disable_deprecation_warning to prevent diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass index a8a468414b07..7496f9c96f4f 100644 --- a/eclass/emul-linux-x86.eclass +++ b/eclass/emul-linux-x86.eclass @@ -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/eclass/emul-linux-x86.eclass,v 1.11 2012/09/27 16:35:41 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.12 2012/10/28 09:02:24 pacho Exp $ # # Original Author: Mike Doty <kingtaco@gentoo.org> @@ -43,6 +43,8 @@ HOMEPAGE="http://dev.gentoo.org/~pacho/emul.html" RESTRICT="strip" S=${WORKDIR} +QA_PREBUILT="*" + SLOT="0" DEPEND=">=sys-apps/findutils-4.2.26" |