diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-01-02 19:43:27 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-01-02 19:43:27 +0000 |
commit | 7c134a867c5246d913683b363379de0a6a67555d (patch) | |
tree | 6b3014fe1db417e5bf59fdb75104b7fb51442041 /app-i18n | |
parent | Unconditionally disable built-in OSS driver, stable on x86. Closes bug #76020... (diff) | |
download | gentoo-2-7c134a867c5246d913683b363379de0a6a67555d.tar.gz gentoo-2-7c134a867c5246d913683b363379de0a6a67555d.tar.bz2 gentoo-2-7c134a867c5246d913683b363379de0a6a67555d.zip |
Change virtual/kernel to virtual/linux-sources
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/unicon/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/unicon/unicon-3.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/unicon/ChangeLog b/app-i18n/unicon/ChangeLog index 0d94819815db..79e0da6787a7 100644 --- a/app-i18n/unicon/ChangeLog +++ b/app-i18n/unicon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/unicon # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/ChangeLog,v 1.5 2005/01/01 14:43:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/ChangeLog,v 1.6 2005/01/02 19:39:51 dsd Exp $ + + 02 Jan 2005; Daniel Drake <dsd@gentoo.org> unicon-3.0.4.ebuild: + Change virtual/kernel to virtual/linux-sources 22 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> unicon-3.0.4.ebuild: Removed default S and MAKEOPTS; use epatch instaed of patch diff --git a/app-i18n/unicon/unicon-3.0.4.ebuild b/app-i18n/unicon/unicon-3.0.4.ebuild index 00f231917924..9d0357a860ea 100644 --- a/app-i18n/unicon/unicon-3.0.4.ebuild +++ b/app-i18n/unicon/unicon-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/unicon-3.0.4.ebuild,v 1.7 2005/01/01 14:43:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/unicon-3.0.4.ebuild,v 1.8 2005/01/02 19:39:51 dsd Exp $ inherit eutils @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/kernel +DEPEND="virtual/linux-sources dev-libs/newt dev-libs/pth" |