diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-08-02 14:19:29 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-08-02 14:19:29 +0000 |
commit | ad18fb0acff0a0d04ba89deaa6ba71fff20a2762 (patch) | |
tree | 8f97da84f696915888e6153ceaf10d47e7ab52d4 /sys-devel | |
parent | Version bump. remove old ebuilds (diff) | |
download | gentoo-2-ad18fb0acff0a0d04ba89deaa6ba71fff20a2762.tar.gz gentoo-2-ad18fb0acff0a0d04ba89deaa6ba71fff20a2762.tar.bz2 gentoo-2-ad18fb0acff0a0d04ba89deaa6ba71fff20a2762.zip |
[sys-devel/ucpp] Add ~amd64-linux keyword
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/ucpp/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/ucpp/ucpp-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/ucpp/ChangeLog b/sys-devel/ucpp/ChangeLog index 16d782f990f9..9fca931c9791 100644 --- a/sys-devel/ucpp/ChangeLog +++ b/sys-devel/ucpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/ucpp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ucpp/ChangeLog,v 1.1 2011/07/28 13:18:23 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ucpp/ChangeLog,v 1.2 2011/08/02 14:19:29 alexxy Exp $ + + 02 Aug 2011; Alexey Shvetsov <alexxy@gentoo.org> ucpp-1.3.ebuild: + Add ~amd64-linux keyword *ucpp-1.3 (28 Jul 2011) diff --git a/sys-devel/ucpp/ucpp-1.3.ebuild b/sys-devel/ucpp/ucpp-1.3.ebuild index 02afcbfe3559..788ab5e5cd56 100644 --- a/sys-devel/ucpp/ucpp-1.3.ebuild +++ b/sys-devel/ucpp/ucpp-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ucpp/ucpp-1.3.ebuild,v 1.1 2011/07/28 13:18:23 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ucpp/ucpp-1.3.ebuild,v 1.2 2011/08/02 14:19:29 alexxy Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" src_prepare() { |