diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-11-25 02:01:58 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-11-25 02:01:58 +0000 |
commit | b9d5e1a13d71eeb29fc9effa548423ca1478566b (patch) | |
tree | 05b53d05dcf460f7903b5b73d23e533ee61218e7 /dev-java | |
parent | Apply myself to metadata.xml too. (diff) | |
download | gentoo-2-b9d5e1a13d71eeb29fc9effa548423ca1478566b.tar.gz gentoo-2-b9d5e1a13d71eeb29fc9effa548423ca1478566b.tar.bz2 gentoo-2-b9d5e1a13d71eeb29fc9effa548423ca1478566b.zip |
Make CONFIG_CHECK non-fatal in case there are no sources/config to validate against
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jusb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/jusb/jusb-0.4.4-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/jusb/ChangeLog b/dev-java/jusb/ChangeLog index 6229165da208..cc7e890c7a3f 100644 --- a/dev-java/jusb/ChangeLog +++ b/dev-java/jusb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/jusb -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jusb/ChangeLog,v 1.6 2009/07/25 19:54:53 flameeyes Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jusb/ChangeLog,v 1.7 2011/11/25 02:01:58 robbat2 Exp $ + + 25 Nov 2011; Robin H. Johnson <robbat2@gentoo.org> jusb-0.4.4-r1.ebuild: + Make CONFIG_CHECK non-fatal in case there are no sources/config to validate + against 25 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> jusb-0.4.4-r1.ebuild: diff --git a/dev-java/jusb/jusb-0.4.4-r1.ebuild b/dev-java/jusb/jusb-0.4.4-r1.ebuild index ecd8577a6e6a..65a4a6fb1ef5 100644 --- a/dev-java/jusb/jusb-0.4.4-r1.ebuild +++ b/dev-java/jusb/jusb-0.4.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jusb/jusb-0.4.4-r1.ebuild,v 1.3 2009/07/25 19:54:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jusb/jusb-0.4.4-r1.ebuild,v 1.4 2011/11/25 02:01:58 robbat2 Exp $ inherit eutils java-pkg-2 linux-info flag-o-matic multilib @@ -19,7 +19,7 @@ RDEPEND=">=virtual/jre-1.4" S=${WORKDIR} -CONFIG_CHECK="USB_DEVICEFS" +CONFIG_CHECK="~USB_DEVICEFS" ERROR_CONFIG_USB_DEVICEFS=" You need to turn on the USB device filesystem |