summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-02-23 21:38:01 +0000
committerChristoph Mende <angelos@gentoo.org>2009-02-23 21:38:01 +0000
commit8430da06dd1bd79d0e7adfac723daccd3248519a (patch)
tree1e27358bfc6747b0b6042522e8f3721bcb90a7c2 /eclass/xfce44.eclass
parentVersion bump. Add examples USE flag. (diff)
downloadgentoo-2-8430da06dd1bd79d0e7adfac723daccd3248519a.tar.gz
gentoo-2-8430da06dd1bd79d0e7adfac723daccd3248519a.tar.bz2
gentoo-2-8430da06dd1bd79d0e7adfac723daccd3248519a.zip
Only use MY_P/MY_PN when it's set
Diffstat (limited to 'eclass/xfce44.eclass')
-rw-r--r--eclass/xfce44.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass
index 98e999cbf114..ea7566040dde 100644
--- a/eclass/xfce44.eclass
+++ b/eclass/xfce44.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.22 2008/03/22 10:19:05 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.23 2009/02/23 21:38:01 angelos Exp $
# Xfce44 Eclass
#
@@ -80,7 +80,7 @@ xfce44_thunar_plugin() {
xfce44_goodies() {
[[ -z ${HOMEPAGE} ]] && HOMEPAGE="http://goodies.xfce.org"
S="${WORKDIR}/${MY_P:-${P}}"
- SRC_URI="http://goodies.xfce.org/releases/${MY_PN}/${MY_P}${COMPRESS}"
+ SRC_URI="http://goodies.xfce.org/releases/${MY_PN:-${PN}}/${MY_P:-${P}}${COMPRESS}"
}
## goodies_panel_plugin calls panel_plugin and goodies funtions in correct order