diff options
author | 2015-09-06 10:40:51 -0400 | |
---|---|---|
committer | 2015-09-06 10:41:03 -0400 | |
commit | 561874e90ad2eb29165c38c0a0f65dfc850da244 (patch) | |
tree | 2bde732874bec93e8482e897d77f582b432f8001 /x11-terms/guake/guake-0.5.1.ebuild | |
parent | dev-java/cal10n: ppc64 stable wrt bug #557470 (diff) | |
download | gentoo-561874e90ad2eb29165c38c0a0f65dfc850da244.tar.gz gentoo-561874e90ad2eb29165c38c0a0f65dfc850da244.tar.bz2 gentoo-561874e90ad2eb29165c38c0a0f65dfc850da244.zip |
x11-terms/guake: Replace ${PN^} to ${PN}
${PN^} is not available in bash-3.2, which PMS says we must support.
Package-Manager: portage-2.2.20
Diffstat (limited to 'x11-terms/guake/guake-0.5.1.ebuild')
-rw-r--r-- | x11-terms/guake/guake-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/guake/guake-0.5.1.ebuild b/x11-terms/guake/guake-0.5.1.ebuild index 823ee197c24a..4311c9bf9c2a 100644 --- a/x11-terms/guake/guake-0.5.1.ebuild +++ b/x11-terms/guake/guake-0.5.1.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$ @@ -12,7 +12,7 @@ inherit autotools gnome2 python-single-r1 DESCRIPTION="Drop-down terminal for GTK+ desktops" HOMEPAGE="https://github.com/Guake/guake" -SRC_URI="https://github.com/${PN^}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |