diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-10-04 20:58:23 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-10-04 20:58:23 +0000 |
commit | c90ed955ec32f0195fa4672d923fff75b792603a (patch) | |
tree | 70c1a2d50745c01fd5f77318308c98b95b12830c /sys-fs/ddrescue | |
parent | Set same-version dependency for dev-ruby/rrdtool-bindings. (diff) | |
download | gentoo-2-c90ed955ec32f0195fa4672d923fff75b792603a.tar.gz gentoo-2-c90ed955ec32f0195fa4672d923fff75b792603a.tar.bz2 gentoo-2-c90ed955ec32f0195fa4672d923fff75b792603a.zip |
Fixed license
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-fs/ddrescue')
-rw-r--r-- | sys-fs/ddrescue/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog index d47c1ce70493..c503c72415c3 100644 --- a/sys-fs/ddrescue/ChangeLog +++ b/sys-fs/ddrescue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ddrescue # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.50 2014/10/04 20:53:53 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.51 2014/10/04 20:58:23 polynomial-c Exp $ + + 04 Oct 2014; Lars Wendler <polynomial-c@gentoo.org> ddrescue-1.19.ebuild: + Fixed license. 04 Oct 2014; Lars Wendler <polynomial-c@gentoo.org> ddrescue-1.19.ebuild: Enabled compilation of linux specific code. diff --git a/sys-fs/ddrescue/ddrescue-1.19.ebuild b/sys-fs/ddrescue/ddrescue-1.19.ebuild index 9f00b6608f1c..04f00eef54b8 100644 --- a/sys-fs/ddrescue/ddrescue-1.19.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.19.ebuild,v 1.2 2014/10/04 20:53:53 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.19.ebuild,v 1.3 2014/10/04 20:58:23 polynomial-c Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="Copy data from one file or block device to another with read-error HOMEPAGE="http://www.gnu.org/software/ddrescue/ddrescue.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux" IUSE="static" |