commit:     067f2d2d638ded5988c36e5541d0e98eafa0a6b9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 10:21:09 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 10:46:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067f2d2d

sci-mathematics/agda-stdlib: Replace INSOPTIONS by insopts()

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566490

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild     | 4 ++--
 sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild     | 4 ++--
 sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild 
b/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild
index 6ccbc88..cc2c341 100644
--- a/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild
+++ b/sci-mathematics/agda-stdlib/agda-stdlib-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -60,7 +60,7 @@ src_test() {
 
 src_install() {
        insinto usr/share/agda-stdlib
-       export INSOPTIONS=--preserve-timestamps
+       insopts --preserve-timestamps
        doins -r src/*
        dodoc -r html/*
        elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die

diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild 
b/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild
index 6ccbc88..cc2c341 100644
--- a/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild
+++ b/sci-mathematics/agda-stdlib/agda-stdlib-0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -60,7 +60,7 @@ src_test() {
 
 src_install() {
        insinto usr/share/agda-stdlib
-       export INSOPTIONS=--preserve-timestamps
+       insopts --preserve-timestamps
        doins -r src/*
        dodoc -r html/*
        elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die

diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild 
b/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild
index 867f355..3f5fb3f 100644
--- a/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild
+++ b/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.3.ebuild
@@ -59,7 +59,7 @@ src_test() {
 
 src_install() {
        insinto usr/share/agda-stdlib
-       export INSOPTIONS=--preserve-timestamps
+       insopts --preserve-timestamps
        doins -r src/*
        dodoc -r html/*
        elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die

Reply via email to