diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 10:33:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 10:33:31 +0000 |
commit | d29b83f38d9cec868fe3667daacbf1590879ac80 (patch) | |
tree | b493df5cabcea70f0c27a6e556ba2ce6d5b542d8 /dev-lang | |
parent | Stable for amd64, wrt bug #524820 (diff) | |
download | gentoo-2-d29b83f38d9cec868fe3667daacbf1590879ac80.tar.gz gentoo-2-d29b83f38d9cec868fe3667daacbf1590879ac80.tar.bz2 gentoo-2-d29b83f38d9cec868fe3667daacbf1590879ac80.zip |
Stable for amd64, wrt bug #525416
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/fpc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/fpc/fpc-2.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/fpc/ChangeLog b/dev-lang/fpc/ChangeLog index 06456a1f0650..ddb3874faa8f 100644 --- a/dev-lang/fpc/ChangeLog +++ b/dev-lang/fpc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/fpc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v 1.70 2014/08/05 11:31:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v 1.71 2014/10/29 10:33:31 ago Exp $ + + 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> fpc-2.6.4.ebuild: + Stable for amd64, wrt bug #525416 05 Aug 2014; Raúl Porcel <armin76@gentoo.org> fpc-2.6.2.ebuild, fpc-2.6.4.ebuild: diff --git a/dev-lang/fpc/fpc-2.6.4.ebuild b/dev-lang/fpc/fpc-2.6.4.ebuild index 5f84fb44dafd..0c1c1ce5cc74 100644 --- a/dev-lang/fpc/fpc-2.6.4.ebuild +++ b/dev-lang/fpc/fpc-2.6.4.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/dev-lang/fpc/fpc-2.6.4.ebuild,v 1.3 2014/08/05 11:31:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.6.4.ebuild,v 1.4 2014/10/29 10:33:31 ago Exp $ EAPI=5 @@ -21,7 +21,7 @@ SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz SLOT="0" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="doc ide source" RDEPEND="ide? ( !dev-lang/fpc-ide )" |