Skip to content

Commit

Permalink
ebuild tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed May 26, 2024
1 parent 9af77f3 commit 6ec1b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ In either case, you could install the ebuild by putting it into a repository and
running ebuild ultimately as something like:

```sh
ebuild libstumpless-2.2.0.ebuild clean install merge
ebuild libstumpless-2.2.0.ebuild clean manifest install merge
```

USE flags and other customizations can be done here as well. Gentoo installs are
Expand Down
2 changes: 1 addition & 1 deletion tools/portage/libstumpless.ebuild.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="chain-targets doc examples man sockets sqlite systemd test threads"

DEPEND="test? ( dev-cpp/gtest )
sqlite? ( >=dev-db/sqlite )
sqlite? ( dev-db/sqlite )
systemd? ( sys-apps/systemd )"
RDEPEND="${DEPEND}"
BDEPEND="doc? ( app-text/doxygen )
Expand Down

0 comments on commit 6ec1b2d

Please sign in to comment.