diff options
-rw-r--r-- | dev-perl/IPC-Run3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IPC-Run3/ChangeLog b/dev-perl/IPC-Run3/ChangeLog index 0763bd7f0d1f..41118134806d 100644 --- a/dev-perl/IPC-Run3/ChangeLog +++ b/dev-perl/IPC-Run3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IPC-Run3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.62 2012/09/02 16:10:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.63 2012/12/14 11:33:57 ulm Exp $ + + 14 Dec 2012; Ulrich Müller <ulm@gentoo.org> IPC-Run3-0.45.0.ebuild: + Fix LICENSE, see LICENSE file, bug 445264. 02 Sep 2012; Torsten Veller <tove@gentoo.org> -IPC-Run3-0.043.ebuild, -IPC-Run3-0.44.0.ebuild: diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild index 1a51a409bad6..59e6c5cb112f 100644 --- a/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild +++ b/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild,v 1.10 2012/08/27 17:21:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild,v 1.11 2012/12/14 11:33:57 ulm Exp $ EAPI=4 @@ -10,8 +10,8 @@ inherit perl-module DESCRIPTION="Run a subprocess in batch mode (a la system)" +LICENSE="|| ( BSD-2 Artistic GPL-1+ )" SLOT="0" -LICENSE="as-is" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" IUSE="test" |