summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2011-12-27 17:55:13 +0000
committerChristian Faulhammer <fauli@gentoo.org>2011-12-27 17:55:13 +0000
commit3134ef9bc17925ce191398687b14649ac4a55e5b (patch)
tree63b00932e349f78fa61b70867dd04fd0c8c25bae /eclass/java-utils-2.eclass
parentStable for ppc/ppc64; bug #395543 (diff)
downloadgentoo-2-3134ef9bc17925ce191398687b14649ac4a55e5b.tar.gz
gentoo-2-3134ef9bc17925ce191398687b14649ac4a55e5b.tar.bz2
gentoo-2-3134ef9bc17925ce191398687b14649ac4a55e5b.zip
Update copyright years in headers
Diffstat (limited to 'eclass/java-utils-2.eclass')
-rw-r--r--eclass/java-utils-2.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index 4d9014a819aa..15e0f1488f79 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -2,11 +2,11 @@
#
# Copyright (c) 2004-2005, Thomas Matthijs <axxo@gentoo.org>
# Copyright (c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright (c) 2004-2005, Gentoo Foundation
+# Copyright (c) 2004-2011, Gentoo Foundation
#
# Licensed under the GNU General Public License, v2
#
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.148 2011/12/13 14:42:39 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.149 2011/12/27 17:55:12 fauli Exp $
# -----------------------------------------------------------------------------
# @eclass-begin
@@ -2742,7 +2742,7 @@ java-pkg_ensure-dep() {
local target_pkg="${2}"
local dev_error=""
- # remove the version specification, which may include globbing (* and [123])
+ # remove the version specification, which may include globbing (* and [123])
local stripped_pkg=$(echo "${target_pkg}" | sed \
's/-\([0-9*]*\(\[[0-9]*\]\)*\)*\(\.\([0-9*]*\(\[[0-9]*\]\)*\)*\)*$//')