diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-03-10 19:05:02 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-03-10 19:05:02 +0000 |
commit | 8e6744df8df653250bafa9d4e197bee4a494bf44 (patch) | |
tree | 85bafeaeff68a76de1c701d335f87ff13fffc439 /app-shells/bash | |
parent | Add ~arm/~s390/~sh (diff) | |
download | gentoo-2-8e6744df8df653250bafa9d4e197bee4a494bf44.tar.gz gentoo-2-8e6744df8df653250bafa9d4e197bee4a494bf44.tar.bz2 gentoo-2-8e6744df8df653250bafa9d4e197bee4a494bf44.zip |
fix licensing issue. bug #262015
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.0_p10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index a7079b792c3c..23b0f80b23f7 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.211 2009/03/10 06:35:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.212 2009/03/10 19:05:02 cardoe Exp $ + + 10 Mar 2009; Doug Goldstein <cardoe@gentoo.org> bash-4.0_p10.ebuild: + fix licensing issue. bug #262015 *bash-4.0_p10 (10 Mar 2009) diff --git a/app-shells/bash/bash-4.0_p10.ebuild b/app-shells/bash/bash-4.0_p10.ebuild index a09197c945c2..e5302b2a455b 100644 --- a/app-shells/bash/bash-4.0_p10.ebuild +++ b/app-shells/bash/bash-4.0_p10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p10.ebuild,v 1.1 2009/03/10 06:35:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p10.ebuild,v 1.2 2009/03/10 19:05:02 cardoe Exp $ EAPI="1" @@ -34,7 +34,7 @@ HOMEPAGE="http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html" SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches) $(patches ${READLINE_PLEVEL} readline ${READLINE_VER})" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="afs bashlogger examples +net nls plugins vanilla" |