diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-03-02 03:46:16 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-03-02 03:46:16 +0000 |
commit | e5fa405407483d0888366e7acf2b5960f7f64750 (patch) | |
tree | 9652b840c90865e3de868ba927b5065a3577d1e2 /app-portage | |
parent | Add ~mips. (diff) | |
download | gentoo-2-e5fa405407483d0888366e7acf2b5960f7f64750.tar.gz gentoo-2-e5fa405407483d0888366e7acf2b5960f7f64750.tar.bz2 gentoo-2-e5fa405407483d0888366e7acf2b5960f7f64750.zip |
Whoops, we're missing keywords on a couple dependencies.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gatt-svn/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/gatt-svn/gatt-svn-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/gatt-svn/ChangeLog b/app-portage/gatt-svn/ChangeLog index dc50468d1eb7..8f9a238b027f 100644 --- a/app-portage/gatt-svn/ChangeLog +++ b/app-portage/gatt-svn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/gatt-svn # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.23 2008/03/02 03:39:52 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.24 2008/03/02 03:46:16 dirtyepic Exp $ + + 02 Mar 2008; Ryan Hill <dirtyepic@gentoo.org> gatt-svn-9999.ebuild: + Whoops, we're missing keywords on a couple dependencies. 02 Mar 2008; Ryan Hill <dirtyepic@gentoo.org> gatt-svn-9999.ebuild: Add ~mips. diff --git a/app-portage/gatt-svn/gatt-svn-9999.ebuild b/app-portage/gatt-svn/gatt-svn-9999.ebuild index a1c245ebf194..ac0ccfabfd1e 100644 --- a/app-portage/gatt-svn/gatt-svn-9999.ebuild +++ b/app-portage/gatt-svn/gatt-svn-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.22 2008/03/02 03:39:52 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.23 2008/03/02 03:46:16 dirtyepic Exp $ inherit subversion @@ -17,7 +17,7 @@ SRC_URI="" LICENSE="GPL-2 GPL-3 FDL-1.2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" RDEPEND=">=dev-libs/boost-1.33.1 |