summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2005-08-11 17:09:15 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2005-08-11 17:09:15 +0000
commit3ffa9af4df4ee2fc26c682ae9212a7ac57a58fe5 (patch)
tree0395e9d1b9ea7350de7555d5bcd49a0128203fc7 /dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild
parentnew pre-alpha portage (diff)
downloadhistorical-3ffa9af4df4ee2fc26c682ae9212a7ac57a58fe5.tar.gz
historical-3ffa9af4df4ee2fc26c682ae9212a7ac57a58fe5.tar.bz2
historical-3ffa9af4df4ee2fc26c682ae9212a7ac57a58fe5.zip
The source use flag was broken. Fixes bug #102085.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild')
-rw-r--r--dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild b/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild
index c96bb8fd893e..576cf55eb2ed 100644
--- a/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild
+++ b/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild,v 1.8 2005/07/09 16:01:07 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild,v 1.9 2005/08/11 17:09:15 betelgeuse Exp $
inherit java-pkg
@@ -47,5 +47,5 @@ src_install() {
dodoc RELEASE-NOTES.txt
dohtml PROPOSAL.html STATUS.html usersguide.html
use doc && java-pkg_dohtml -r dist/docs/
- use source && java-pkg_dosrc src/java/*
+ use source && java-pkg_dosrc src/java/org
}