diff options
author | 2015-02-11 15:56:56 +0000 | |
---|---|---|
committer | 2015-02-11 15:56:56 +0000 | |
commit | f6c8e339cbe31bb9d2a56733a9804bd1c90f4685 (patch) | |
tree | 65186cda7cd88821a9b20eb435cdab07cd24a554 /sci-chemistry | |
parent | Fix genpatches version for 3.10.69 (diff) | |
download | gentoo-2-f6c8e339cbe31bb9d2a56733a9804bd1c90f4685.tar.gz gentoo-2-f6c8e339cbe31bb9d2a56733a9804bd1c90f4685.tar.bz2 gentoo-2-f6c8e339cbe31bb9d2a56733a9804bd1c90f4685.zip |
Add RESTRICT="mirror bindist", #470790
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/xdsi/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/xdsi/xdsi-0.92-r1.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-chemistry/xdsi/ChangeLog b/sci-chemistry/xdsi/ChangeLog index 5da469d33fa0..99b302906bde 100644 --- a/sci-chemistry/xdsi/ChangeLog +++ b/sci-chemistry/xdsi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/xdsi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsi/ChangeLog,v 1.7 2013/06/19 04:25:13 bicatali Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsi/ChangeLog,v 1.8 2015/02/11 15:56:56 jlec Exp $ + + 11 Feb 2015; Justin Lecher <jlec@gentoo.org> xdsi-0.92-r1.ebuild: + Add RESTRICT="mirror bindist", #470790 19 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml: Changed herd to sci-chemistry diff --git a/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild b/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild index eb8a470a7383..c6b592ab5217 100644 --- a/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild +++ b/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild,v 1.3 2013/05/20 17:09:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild,v 1.4 2015/02/11 15:56:56 jlec Exp $ -EAPI=4 +EAPI=5 inherit eutils @@ -28,6 +28,8 @@ RDEPEND=" # sci-chemistry/xdsstat-bin DEPEND="" +RESTRICT="mirror bindist" + S="${WORKDIR}" src_prepare() { |