From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-science+bounces-1891-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 88B24138247
	for <garchives@archives.gentoo.org>; Mon, 20 Jan 2014 17:53:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DE4BEE1024;
	Mon, 20 Jan 2014 17:53:24 +0000 (UTC)
Received: from mail-ea0-f175.google.com (mail-ea0-f175.google.com [209.85.215.175])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 36B97E0FAC
	for <gentoo-science@lists.gentoo.org>; Mon, 20 Jan 2014 17:53:24 +0000 (UTC)
Received: by mail-ea0-f175.google.com with SMTP id z10so3281459ead.34
        for <gentoo-science@lists.gentoo.org>; Mon, 20 Jan 2014 09:53:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=from:to:subject:date:message-id:in-reply-to:references;
        bh=XgZ00FgD5puoIXkhSSa12F7+x/T3El+WnjqTxpuSEf8=;
        b=vsCxtuXQdhOeW7mZ+KjSF14MofjeuhJaBD9ds28Y7zAoDZPw2mQXclLdZYl4aYiPb8
         /ucZxokKaWxb2N+vbQhn6s1H6eArmtk1mexwngRrJweyDJ7WfQg9N2ogQkVGaqfyELCR
         CmOiBT4nh8NZo/mdUsf32Hu9WhpseLKSfDRHzRUxGvG+XKJiBbpLnUD4r3qHHhtODowb
         woL7KD+ZoG3OPanE00c4a5cvJ2cBW1J5pMyhqsgj55qBRKxpWyQCxgV+J1lZTjSNaTT7
         CO2FtVtATyQgcVpKMiJzE42xEk8q7XYD5PvAwSmxObGrBpykxg8llvhc84AjW9RScKie
         8w9A==
X-Received: by 10.14.182.199 with SMTP id o47mr18859101eem.7.1390240402889;
        Mon, 20 Jan 2014 09:53:22 -0800 (PST)
Received: from localhost.localdomain (dsl-trebrasgw2-58c0d8-67.dhcp.inet.fi. [88.192.216.67])
        by mx.google.com with ESMTPSA id o47sm5514777eem.21.2014.01.20.09.53.22
        for <gentoo-science@lists.gentoo.org>
        (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Mon, 20 Jan 2014 09:53:22 -0800 (PST)
From: Reinis Danne <rei4dan@gmail.com>
To: gentoo-science@lists.gentoo.org
Subject: [gentoo-science] [PATCH 03/10] alternatives-2.eclass: Move EXPORT_FUNCTIONS to top
Date: Mon, 20 Jan 2014 19:53:05 +0200
Message-Id: <1390240392-12173-4-git-send-email-rei4dan@gmail.com>
X-Mailer: git-send-email 1.8.5.3
In-Reply-To: <1390240392-12173-1-git-send-email-rei4dan@gmail.com>
References: <1390240392-12173-1-git-send-email-rei4dan@gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-science@lists.gentoo.org>
List-Help: <mailto:gentoo-science+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-science+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-science+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-science.gentoo.org>
X-BeenThere: gentoo-science@lists.gentoo.org
Reply-to: gentoo-science@lists.gentoo.org
X-Archives-Salt: e427774f-db6e-4558-a671-7e51ad37d4e2
X-Archives-Hash: 6070217255403ef1f0a77037dad2b763

---
 eclass/alternatives-2.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass
index c466eed..a431d26 100644
--- a/eclass/alternatives-2.eclass
+++ b/eclass/alternatives-2.eclass
@@ -18,6 +18,8 @@ RDEPEND="${DEPEND}
 	!app-admin/eselect-cblas
 	!app-admin/eselect-lapack"
 
+EXPORT_FUNCTIONS pkg_postinst pkg_prerm
+
 # alternatives_for alternative provider importance source target [ source target [...]]
 alternatives_for() {
 	#echo alternatives_for "${@}"
@@ -156,5 +158,3 @@ alternatives-2_pkg_prerm() {
 		fi
 	done
 }
-
-EXPORT_FUNCTIONS pkg_postinst pkg_prerm
-- 
1.8.5.3