summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2003-10-28 13:03:19 +0000
committerDavid Holm <dholm@gentoo.org>2003-10-28 13:03:19 +0000
commitb3c3cd724a2d9fb8151060554fe8e146c29e65f6 (patch)
treec8309b5567370240ba4df049c4a0a53219a85422 /dev-ada
parentmarking 0.1.14 stable on ppc (diff)
downloadhistorical-b3c3cd724a2d9fb8151060554fe8e146c29e65f6.tar.gz
historical-b3c3cd724a2d9fb8151060554fe8e146c29e65f6.tar.bz2
historical-b3c3cd724a2d9fb8151060554fe8e146c29e65f6.zip
Minor bugfix
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/asis/Manifest2
-rw-r--r--dev-ada/asis/asis-3.15p.ebuild3
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-ada/asis/Manifest b/dev-ada/asis/Manifest
index e611707b7379..f358bcecf572 100644
--- a/dev-ada/asis/Manifest
+++ b/dev-ada/asis/Manifest
@@ -1,5 +1,5 @@
MD5 1cba7bd0c817155d756a131a2562f52b ChangeLog 1081
-MD5 95c58ecb10dd8c4289492686a6077777 asis-3.15p.ebuild 2943
+MD5 41f73cc4e0dfd6e23077ac1eeb5d0dae asis-3.15p.ebuild 3039
MD5 fd7e5cf25ef3dec8ef610126f059f680 metadata.xml 598
MD5 69d5c644b8ab42132401a32d66174a32 files/asis-3.15p.diff 1558
MD5 0d239a4e8d4fd1134f91a1f28f0bdd47 files/digest-asis-3.15p 64
diff --git a/dev-ada/asis/asis-3.15p.ebuild b/dev-ada/asis/asis-3.15p.ebuild
index 6a973efd295b..1e6206be3369 100644
--- a/dev-ada/asis/asis-3.15p.ebuild
+++ b/dev-ada/asis/asis-3.15p.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.15p.ebuild,v 1.5 2003/10/28 12:59:36 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.15p.ebuild,v 1.6 2003/10/28 13:03:03 dholm Exp $
inherit gnat
@@ -82,6 +82,7 @@ src_install () {
#set up environment
dodir /etc/env.d
+ echo "ADA_OBJECTS_PATH=\${ADA_OBJECTS_PATH}:/usr/lib/ada/adalib/${PN}" > ${D}/etc/env.d/55asis
echo "ADA_INCLUDE_PATH=\${ADA_INCLUDE_PATH}:/usr/lib/ada/adainclude/${PN}" \
>> ${D}/etc/env.d/55asis
}