summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2011-02-06 11:10:53 +0000
committerMart Raudsepp <leio@gentoo.org>2011-02-06 11:10:53 +0000
commit89092a12d646d2b39c926fe47544ce3bf85016ab (patch)
tree3f3a992a70acd67f51a6c7838c53dbc18d03ad81 /sys-fs/static-dev
parentDrop to ~mips (diff)
downloadhistorical-89092a12d646d2b39c926fe47544ce3bf85016ab.tar.gz
historical-89092a12d646d2b39c926fe47544ce3bf85016ab.tar.bz2
historical-89092a12d646d2b39c926fe47544ce3bf85016ab.zip
Drop to ~mips
Package-Manager: portage-2.1.9.35/cvs/Linux mips64
Diffstat (limited to 'sys-fs/static-dev')
-rw-r--r--sys-fs/static-dev/ChangeLog7
-rw-r--r--sys-fs/static-dev/static-dev-0.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/static-dev/ChangeLog b/sys-fs/static-dev/ChangeLog
index 7e86b900858a..4794d617a68c 100644
--- a/sys-fs/static-dev/ChangeLog
+++ b/sys-fs/static-dev/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/static-dev
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.10 2009/12/05 23:59:50 vapier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/ChangeLog,v 1.11 2011/02/06 11:05:58 leio Exp $
+
+ 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> static-dev-0.1.ebuild:
+ Drop to ~mips
06 Dec 2009; Mike Frysinger <vapier@gentoo.org> static-dev-0.1.ebuild:
Create device nodes in $D/dev instead of /dev #295732 by Diego E.
diff --git a/sys-fs/static-dev/static-dev-0.1.ebuild b/sys-fs/static-dev/static-dev-0.1.ebuild
index 55e7e71aa7f0..88a766629613 100644
--- a/sys-fs/static-dev/static-dev-0.1.ebuild
+++ b/sys-fs/static-dev/static-dev-0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild,v 1.11 2009/12/05 23:59:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/static-dev/static-dev-0.1.ebuild,v 1.12 2011/02/06 11:05:58 leio Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
RDEPEND="|| ( sys-apps/makedev =sys-apps/baselayout-1* )"