diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-06-04 16:04:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-06-04 16:04:35 +0000 |
commit | f914f4bcb411cd8f67d0ef6153c9328e5b87c01e (patch) | |
tree | 53a81d7be8cadfcd7be2c220e8bbb0029670e079 /sys-apps/dtc | |
parent | Stable for amd64, wrt bug #507796 (diff) | |
download | gentoo-2-f914f4bcb411cd8f67d0ef6153c9328e5b87c01e.tar.gz gentoo-2-f914f4bcb411cd8f67d0ef6153c9328e5b87c01e.tar.bz2 gentoo-2-f914f4bcb411cd8f67d0ef6153c9328e5b87c01e.zip |
Stable for amd64, wrt bug #507796
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/dtc')
-rw-r--r-- | sys-apps/dtc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/dtc/dtc-1.4.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/dtc/ChangeLog b/sys-apps/dtc/ChangeLog index b0acc5138be7..90e4e662b5b1 100644 --- a/sys-apps/dtc/ChangeLog +++ b/sys-apps/dtc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dtc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/ChangeLog,v 1.16 2013/08/02 18:08:40 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/ChangeLog,v 1.17 2014/06/04 16:04:35 ago Exp $ + + 04 Jun 2014; Agostino Sarubbo <ago@gentoo.org> dtc-1.4.0.ebuild: + Stable for amd64, wrt bug #507796 *dtc-1.4.0 (02 Aug 2013) diff --git a/sys-apps/dtc/dtc-1.4.0.ebuild b/sys-apps/dtc/dtc-1.4.0.ebuild index b336ba90037c..1e5f902a2811 100644 --- a/sys-apps/dtc/dtc-1.4.0.ebuild +++ b/sys-apps/dtc/dtc-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/dtc-1.4.0.ebuild,v 1.1 2013/08/02 18:08:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dtc/dtc-1.4.0.ebuild,v 1.2 2014/06/04 16:04:35 ago Exp $ EAPI="4" MY_P="${PN}-v${PV}" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="http://www.jdl.com/software/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" fi DESCRIPTION="Open Firmware device-trees compiler" |