diff options
author | 2013-12-24 16:24:53 +0000 | |
---|---|---|
committer | 2013-12-24 16:24:53 +0000 | |
commit | a0c5cd6827f5a3e67436a026514e06bfa26a30b8 (patch) | |
tree | 0b67f1742c3b76c1c31318b7beccc80a034c86d7 /dev-java/osgi-core-api/osgi-core-api-4.3.ebuild | |
parent | Stable for ppc64, wrt bug #488782 (diff) | |
download | gentoo-2-a0c5cd6827f5a3e67436a026514e06bfa26a30b8.tar.gz gentoo-2-a0c5cd6827f5a3e67436a026514e06bfa26a30b8.tar.bz2 gentoo-2-a0c5cd6827f5a3e67436a026514e06bfa26a30b8.zip |
Update pkg_nofetch to note to place the file in DISTDIR; fixes bug #493052, reported by Viktar Patotski.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/osgi-core-api/osgi-core-api-4.3.ebuild')
-rw-r--r-- | dev-java/osgi-core-api/osgi-core-api-4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild b/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild index 1a320ee060bc..798844f117cf 100644 --- a/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild +++ b/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild,v 1.4 2013/07/16 12:06:16 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild,v 1.5 2013/12/24 16:24:53 tomwij Exp $ EAPI=4 @@ -32,7 +32,7 @@ pkg_nofetch() { einfo " http://www.osgi.org/Download/Release4V43" einfo "which you can find listed as" einfo " OSGi Service Platform Release 4 Version 4.3 Core Companion Code 4.3.0" - einfo "after accepting the license." + einfo "after accepting the license, then place it in '${DISTDIR}'." } java_prepare() { |