summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-29 18:37:47 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-29 18:37:47 +0000
commit82e798769975e2325cf6087e20a33e9d589fea15 (patch)
tree787d37ed868d3747776f96ce21f7a14e7b804c62 /x11-libs/amd-adl-sdk
parentRevert USE=raspberry-pi as this should not be a USE flag. (diff)
downloadgentoo-2-82e798769975e2325cf6087e20a33e9d589fea15.tar.gz
gentoo-2-82e798769975e2325cf6087e20a33e9d589fea15.tar.bz2
gentoo-2-82e798769975e2325cf6087e20a33e9d589fea15.zip
Fix nofetch msg.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-libs/amd-adl-sdk')
-rw-r--r--x11-libs/amd-adl-sdk/ChangeLog3
-rw-r--r--x11-libs/amd-adl-sdk/amd-adl-sdk-8.0.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-libs/amd-adl-sdk/ChangeLog b/x11-libs/amd-adl-sdk/ChangeLog
index 691bae11479a..76548dfb9a11 100644
--- a/x11-libs/amd-adl-sdk/ChangeLog
+++ b/x11-libs/amd-adl-sdk/ChangeLog
@@ -1,4 +1,7 @@
+ 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> amd-adl-sdk-8.0.ebuild:
+ Fix nofetch msg.
+
*amd-adl-sdk-8.0 (29 Mar 2015)
29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> +amd-adl-sdk-8.0.ebuild:
diff --git a/x11-libs/amd-adl-sdk/amd-adl-sdk-8.0.ebuild b/x11-libs/amd-adl-sdk/amd-adl-sdk-8.0.ebuild
index d4d96e8c2ed4..17556bc4b0e4 100644
--- a/x11-libs/amd-adl-sdk/amd-adl-sdk-8.0.ebuild
+++ b/x11-libs/amd-adl-sdk/amd-adl-sdk-8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/amd-adl-sdk/amd-adl-sdk-8.0.ebuild,v 1.1 2015/03/29 05:07:16 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/amd-adl-sdk/amd-adl-sdk-8.0.ebuild,v 1.2 2015/03/29 18:37:47 mrueg Exp $
EAPI=5
@@ -23,7 +23,7 @@ RESTRICT="fetch"
S="${WORKDIR}"
pkg_nofetch() {
- einfo "Please visit the download page [1], rename ADL_SDK.zip to ${A} and save it in ${DISTDIR}"
+ einfo "Please visit the download page [1], download ${A} and save it in ${DISTDIR}"
einfo "[1] http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/"
}